[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.PivotItem

PivotItem Property

PivotItem

Gets a PivotItem object that represents the PivotTable item containing the upper-left corner of the specified range.

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