Class PivotCellType
Enumerates the possible Pivot cell types.
Inheritance
System.Object
PivotCellType
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class PivotCellType : Enum
Fields
CalculationHeaderCell
Cell is a header cell holding a calculation name.
Declaration
public const PivotCellType CalculationHeaderCell
Field Value
Type |
---|
PivotCellType |
ColumnHeaderCell
Column header cell.
Declaration
public const PivotCellType ColumnHeaderCell
Field Value
Type |
---|
PivotCellType |
ExpanderCell
Cell is a row/column header that holds an expander.
Declaration
public const PivotCellType ExpanderCell
Field Value
Type |
---|
PivotCellType |
GrandTotalCell
Grand total cell.
Declaration
public const PivotCellType GrandTotalCell
Field Value
Type |
---|
PivotCellType |
HeaderCell
Cell is a row/column header that does not holds an expander.
Declaration
public const PivotCellType HeaderCell
Field Value
Type |
---|
PivotCellType |
RowHeaderCell
Row header cell.
Declaration
public const PivotCellType RowHeaderCell
Field Value
Type |
---|
PivotCellType |
TopLeftCell
Cell is the top left portion of the PivotTable.
Declaration
public const PivotCellType TopLeftCell
Field Value
Type |
---|
PivotCellType |
TotalCell
Cell is a row/column header that marks a total row or column.
Declaration
public const PivotCellType TotalCell
Field Value
Type |
---|
PivotCellType |
ValueCell
Cell holds a summary value.
Declaration
public const PivotCellType ValueCell
Field Value
Type |
---|
PivotCellType |