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