[]
Gets the IPivotCell that specifies the location of the PivotValueCell.
IPivotCell PivotCell { get; }
ReadOnly Property PivotCell As IPivotCell
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IRange range = pivotCell.Range;