[]
Replaces the item at a specified position.
protected override void SetItem(int index, PivotField item)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the item to replace. |
| PivotField | item | New value for the item at the specified index. |