FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.FlexPivot Namespace / C1FlexPivotFieldList Class / IndexOf Method / IndexOf(C1FlexPivotField) Method

In This Topic
    IndexOf(C1FlexPivotField) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function IndexOf( _
       ByVal item As C1FlexPivotField _
    ) As Integer
    public int IndexOf( 
       C1FlexPivotField item
    )

    Parameters

    item
    See Also