Enum CellType
Specifies the cell type in the pivot table.
Namespace: Syncfusion.XlsIO.Implementation.PivotTables
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum CellType
Fields
Name | Description |
---|---|
ColumnGrandTotal | Grand total for Columns. |
ColumnHeader | Column header. |
ColumnSubTotal | Sub total for Columns. |
None | None. |
RowGrandTotal | Grand total for rows. |
RowHeader | Row header. |
RowSubTotal | Sub total for rows. |
ValueCell | Value cell. |