[]
Returns a single object from a collection.
IPivotField this[int index] { get; }
| 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; }
| Type | Name | Description |
|---|---|---|
| string | fieldName | The name for the object. |
| Type | Description |
|---|---|
| IPivotField | An IPivotField object contained by the collection. |