XlsxExportOptionsEx.ApplyFormattingToEntireColumn Property
Gets or sets whether cell formatting (cell appearance and borders) is applied to entire sheet columns or individual sheet cells. Formatting algorithms applied to sheet columns are faster than those applied to individual 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.True)]
public DefaultBoolean ApplyFormattingToEntireColumn { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
True | A value that specifies whether cell formatting is applied to entire sheet columns or to individual sheet cells within the range of exported rows.
The 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
See XlsExportOptionsEx.ApplyFormattingToEntireColumn to learn more.