[]
Returns a specific element of the PivotLineCells collection object identified by its position in the collection. Read-only.
IPivotCell this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotCell
Type | Name | Description |
---|---|---|
int | index | The position of the element |
Type | Description |
---|---|
IPivotCell | Returns a IPivotCellIPivotCell |