[]
Gets a single IPivotItem object from the collection.
IPivotItem this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotItem
| Type | Name | Description |
|---|---|---|
| int | index | An integer value indicates the pivot item's index. |
| Type | Description |
|---|---|
| IPivotItem | An IPivotItem instance that represents an object contained by the collection. |
Gets a single IPivotItem object from the collection.
IPivotItem this[string name] { get; }
ReadOnly Default Property Item(name As String) As IPivotItem
| Type | Name | Description |
|---|---|---|
| string | name | The name of pivot item. |
| Type | Description |
|---|---|
| IPivotItem | An IPivotItem instance that represents an object contained by the collection. |