[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldList.Insert

Insert Method

Insert(int, string)

Inserts a PivotField at a specified position in the list.

Declaration
public void Insert(int index, string fieldName)
Parameters
Type Name Description
int index

Position where the field will be inserted.

string fieldName

Name of the existing PivotField.