[]
Returns a single object from a collection.
IPivotItem this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotItem
Type | Name | Description |
---|---|---|
int | index | The index number for the object. |
Returns a single object from a collection.
IPivotItem this[string name] { get; }
ReadOnly Default Property Item(name As String) As IPivotItem
Type | Name | Description |
---|---|---|
string | name | The name for the object. |