Enum PivotCellType
Enumerates the possible Pivot cell types.
Namespace: Syncfusion.PivotAnalysis.Base
Assembly: Syncfusion.PivotAnalysis.Base.dll
Syntax
[Flags]
public enum PivotCellType
Fields
Name | Description |
---|---|
CalculationHeaderCell | Cell is a header cell holding a calculation name. |
ColumnHeaderCell | Column header cell. |
ExpanderCell | Cell is a row/column header that holds an expander. |
GrandTotalCell | Grand total cell. |
HeaderCell | Cell is a row/column header that does not holds an expander. |
RowHeaderCell | Row header cell. |
TopLeftCell | Cell is the top left portion of the PivotTable. |
TotalCell | Cell is a row/column header that marks a total row or column. |
ValueCell | Cell holds a summary value. |