Back to Devexpress

XlsExportOptionsEx.SummaryCountBlankCells Property

corelibraries-devexpress-dot-xtraprinting-dot-xlsexportoptionsex-88e42b07.md

latest1.5 KB
Original Source

XlsExportOptionsEx.SummaryCountBlankCells Property

Gets or sets whether the Count summary function takes all cells into account or only non-blank cells when exporting to 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 SummaryCountBlankCells { get; set; }
vb
Public Property SummaryCountBlankCells As Boolean

Property Value

TypeDescription
Boolean

true , if non-blank and blank cells are counted; false if non-blank cells are only counted. The default value is false.

|

Remarks

See XlsxExportOptionsEx.SummaryCountBlankCells to learn more.

See Also

XlsExportOptionsEx Class

XlsExportOptionsEx Members

DevExpress.XtraPrinting Namespace