[]
Inserts a PivotField at a specified position in the list.
protected override void InsertItem(int index, PivotField item)
Type | Name | Description |
---|---|---|
int | index | Position where the field will be inserted. |
PivotField | item | PivotField to add to the list. |