[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPivotLineCells.Item

this Property

this[int]

Gets the IPivotCell at the specified index in this collection.

Declaration
IPivotCell this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotCell
Parameters
Type Name Description
int index

The zero-based index of the pivot cell.

Property Value
Type Description
IPivotCell

The IPivotCell at the specified index.

Examples
IPivotLine pivotLine = pivotTable.PivotRowAxis.PivotLines[0];
IPivotLineCells cells = pivotLine.PivotLineCells;
IPivotCell firstCell = cells[0];