Skip to main content

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool SuppressEmptyStrings { get; set; }

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