[]
Gets the IPivotCell at the specified index in this collection.
IPivotCell this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotCell
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the pivot cell. |
| Type | Description |
|---|---|
| IPivotCell | The IPivotCell at the specified index. |
IPivotLine pivotLine = pivotTable.PivotRowAxis.PivotLines[0];
IPivotLineCells cells = pivotLine.PivotLineCells;
IPivotCell firstCell = cells[0];