corelibraries-devexpress-dot-xtraprinting-dot-xlsxexportoptionsex-b7a5cb90.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[DefaultValue(DefaultBoolean.True)]
public DefaultBoolean ApplyFormattingToEntireColumn { get; set; }
<DefaultValue(DefaultBoolean.True)>
Public Property ApplyFormattingToEntireColumn As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | 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 DefaultBoolean.Default value is equivalent to True.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
See XlsExportOptionsEx.ApplyFormattingToEntireColumn to learn more.
See Also