[]
Gets a Range object that represents the range the specified PivotCell applies to.
IRange Range { get; }
ReadOnly Property Range As IRange
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IRange range = pivotCell.Range;