[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotValueCell.PivotCell

PivotCell Property

PivotCell

Gets the IPivotCell that specifies the location of the PivotValueCell.

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