[]
Gets the position of a given PivotField in the list.
public int IndexOf(string fieldKey)
| Type | Name | Description |
|---|---|---|
| string | fieldKey | Key of the field to look for. |
| Type | Description |
|---|---|
| int | The index of the field in the list, or -1 if the field is not a member of the list. |