Back to Devexpress

XlsExportOptionsEx.SuppressEmptyStrings Property

corelibraries-devexpress-dot-xtraprinting-dot-xlsexportoptionsex-b564b2e7.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public bool SuppressEmptyStrings { get; set; }
vb
Public Property SuppressEmptyStrings As Boolean

Property Value

TypeDescription
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

XlsExportOptionsEx Class

XlsExportOptionsEx Members

DevExpress.XtraPrinting Namespace