ComponentOne FlexPivot for WinForms
IndexOf(String) Method

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotFieldList Class > IndexOf Method : IndexOf(String) Method
Key of the field to look for.
Gets the position of a given C1FlexPivotField in the list.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal fieldKey As System.String _
) As System.Integer
public System.int IndexOf( 
   System.string fieldKey
)

Parameters

fieldKey
Key of the field to look for.

Return Value

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

Reference

C1FlexPivotFieldList Class
C1FlexPivotFieldList Members
Overload List