[]
        
(Showing Draft Content)

C1.PivotEngine.PivotFieldList.IndexOf

IndexOf Method

IndexOf(string)

Gets the position of a given PivotField in the list.

Declaration
public int IndexOf(string fieldKey)
Parameters
Type Name Description
string fieldKey

Key of the field to look for.

Returns
Type Description
int

The index of the field in the list, or -1 if the field is not a member of the list.