A newer version of this page is available.
Switch to the current version.
XlsxExportOptionsEx.ApplyFormattingToEntireColumn Property
Gets or sets whether cell formatting (cell appearance and borders) is applied to the entire sheet columns (faster) or individual sheet cells in the range of exported rows (slower). Only available in data-aware export mode.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(DefaultBoolean.True)]
[TypeConverter(typeof(DefaultBooleanConverter))]
public DefaultBoolean ApplyFormattingToEntireColumn { get; set; }
<XtraSerializableProperty>
<DefaultValue(DefaultBoolean.True)>
<TypeConverter(GetType(DefaultBooleanConverter))>
Public Property ApplyFormattingToEntireColumn As DefaultBoolean
Property Value
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. |
Remarks
See XlsExportOptionsEx.ApplyFormattingToEntireColumn to learn more.
Implements
DevExpress.Export.IDataAwareExportOptions.ApplyFormattingToEntireColumn
See Also
Feedback