Class CellType
Specifies the cell type in the pivot table.
Inheritance
System.Object
    CellType
  Namespace: Syncfusion.XlsIO.Implementation.PivotTables
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class CellType : EnumFields
ColumnGrandTotal
Grand total for Columns.
Declaration
public const CellType ColumnGrandTotalField Value
| Type | 
|---|
| CellType | 
ColumnHeader
Column header.
Declaration
public const CellType ColumnHeaderField Value
| Type | 
|---|
| CellType | 
ColumnSubTotal
Sub total for Columns.
Declaration
public const CellType ColumnSubTotalField Value
| Type | 
|---|
| CellType | 
None
None.
Declaration
public const CellType NoneField Value
| Type | 
|---|
| CellType | 
RowGrandTotal
Grand total for rows.
Declaration
public const CellType RowGrandTotalField Value
| Type | 
|---|
| CellType | 
RowHeader
Row header.
Declaration
public const CellType RowHeaderField Value
| Type | 
|---|
| CellType | 
RowSubTotal
Sub total for rows.
Declaration
public const CellType RowSubTotalField Value
| Type | 
|---|
| CellType | 
ValueCell
Value cell.
Declaration
public const CellType ValueCellField Value
| Type | 
|---|
| CellType |