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