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

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

    Parameters

    item
    See Also