[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotCell.Range

Range Property

Range

Gets a Range object that represents the range the specified PivotCell applies to.

Declaration
IRange Range { get; }
ReadOnly Property Range As IRange
Examples
IPivotValueCell valueCell = pivotTable.PivotValueCell(0, 0);
IPivotCell pivotCell = valueCell.PivotCell;
IRange range = pivotCell.Range;