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