ComponentOne List for WinForms
C1.Win.C1List Namespace / ValueItemCollection Class / IndexOf Method
The ValueItem to search.

In This Topic
    IndexOf Method (ValueItemCollection)
    In This Topic
    Gets the index of the specified ValueItem.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal vi As ValueItem _
    ) As Integer
    public int IndexOf( 
       ValueItem vi
    )

    Parameters

    vi
    The ValueItem to search.

    Return Value

    The index of the ValueItem.
    See Also