XlsxExportOptionsEx.AllowCombinedBandAndColumnHeaderCellMerge Property
In This Article
Gets or sets whether the headers of the same name are exported as merged cells. Only available in data-aware export mode.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean AllowCombinedBandAndColumnHeaderCellMerge { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default | Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Remarks
The following pictures illustrate the effect of the AllowCombinedBandAndColumnHeaderCellMerge property set to DefaultBoolean.True.
Source Data Grid | Exported Document |
---|---|
![]() |
![]() |
There are two distinct Photo headers. | Photo headers are merged into a single cell. |
See Also