[]
Inserts a PivotField at a specified position in the list.
public void Insert(int index, string fieldName)
| Type | Name | Description |
|---|---|---|
| int | index | Position where the field will be inserted. |
| string | fieldName | Name of the existing PivotField. |