[]
Gets the field with the specified name.
IPivotField this[string name] { get; }
ReadOnly Default Property Item(name As String) As IPivotField
| Type | Name | Description |
|---|---|---|
| string | name | The name for the field. |
| Type | Description |
|---|---|
| IPivotField | An IPivotField value that represents an object contained by the collection. |
Gets the field at the specified index.
IPivotField this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPivotField
| Type | Name | Description |
|---|---|---|
| int | index | The index number for the field. |
| Type | Description |
|---|---|
| IPivotField | An IPivotField value that represents an object contained by the collection. |