[]
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. |
| Type | Description |
|---|---|
| IPivotField | An IPivotField object contained by the collection. |
Returns a single object from a collection.
IPivotField this[string fieldName] { get; }
ReadOnly Default Property Item(fieldName As String) As IPivotField
| Type | Name | Description |
|---|---|---|
| string | fieldName | The name for the object. |
| Type | Description |
|---|---|
| IPivotField | An IPivotField object contained by the collection. |