[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldList.InsertItem

InsertItem Method

InsertItem(int, PivotField)

Inserts a PivotField at a specified position in the list.

Declaration
protected override void InsertItem(int index, PivotField item)
Parameters
Type Name Description
int index

Position where the field will be inserted.

PivotField item

PivotField to add to the list.

Overrides