XlsExportOptionsEx.SuppressEmptyStrings Property
Gets or sets whether the source control cells with Empty Strings are exported as Blank cells in Excel format.Only available in data-aware export mode.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to export the source control cells with Empty Strings as Blank cells; otherwise, false. The default is false. |
Remarks
See XlsxExportOptionsEx.SuppressEmptyStrings for more information.
See Also