True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Integer
    public System.int IndexOf( 
       ValueItem vi
    )

    Parameters

    vi
    The ValueItem to search.

    Return Value

    The index of the ValueItem.
    See Also