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 : Enum
  Fields
ColumnGrandTotal
Grand total for Columns.
Declaration
public const CellType ColumnGrandTotal
  Field Value
| Type | 
|---|
| CellType | 
ColumnHeader
Column header.
Declaration
public const CellType ColumnHeader
  Field Value
| Type | 
|---|
| CellType | 
ColumnSubTotal
Sub total for Columns.
Declaration
public const CellType ColumnSubTotal
  Field Value
| Type | 
|---|
| CellType | 
None
None.
Declaration
public const CellType None
  Field Value
| Type | 
|---|
| CellType | 
RowGrandTotal
Grand total for rows.
Declaration
public const CellType RowGrandTotal
  Field Value
| Type | 
|---|
| CellType | 
RowHeader
Row header.
Declaration
public const CellType RowHeader
  Field Value
| Type | 
|---|
| CellType | 
RowSubTotal
Sub total for rows.
Declaration
public const CellType RowSubTotal
  Field Value
| Type | 
|---|
| CellType | 
ValueCell
Value cell.
Declaration
public const CellType ValueCell
  Field Value
| Type | 
|---|
| CellType |