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