[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.PivotTable

PivotTable Property

PivotTable

Gets the PivotTable that contains this pivot cell, or the PivotTable associated with a PivotChart.

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