[]
Gets the PivotTable that contains this pivot cell, or the PivotTable associated with a PivotChart.
IPivotTable PivotTable { get; }
ReadOnly Property PivotTable As IPivotTable
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IPivotTable parentPivotTable = pivotCell.PivotTable;