[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.PivotCellType

PivotCellType Property

PivotCellType

Gets a constant that identifies the PivotTable entity the cell corresponds to.

Declaration
PivotCellType PivotCellType { get; }
ReadOnly Property PivotCellType As PivotCellType
Examples
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
PivotCellType cellType = pivotCell.PivotCellType;