Skip to main content
A newer version of this page is available. .

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

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