Back to Devexpress

XlsxExportOptionsEx.ApplyFormattingToEntireColumn Property

corelibraries-devexpress-dot-xtraprinting-dot-xlsxexportoptionsex-b7a5cb90.md

latest2.1 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(DefaultBoolean.True)]
public DefaultBoolean ApplyFormattingToEntireColumn { get; set; }
vb
<DefaultValue(DefaultBoolean.True)>
Public Property ApplyFormattingToEntireColumn As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanTrue

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:

NameDescriptionReturn 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

|

Remarks

See XlsExportOptionsEx.ApplyFormattingToEntireColumn to learn more.

See Also

XlsxExportOptionsEx Class

XlsxExportOptionsEx Members

DevExpress.XtraPrinting Namespace