DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection Class / IndexOf Method
The item to look for.

In This Topic
    IndexOf Method (C1AdoNetVirtualDataCollection)
    In This Topic
    Gets the index of the specified item.
    Syntax
    'Declaration
     
    Public Overridable Function IndexOf( _
       ByVal item As Object _
    ) As Integer
    public virtual int IndexOf( 
       object item
    )

    Parameters

    item
    The item to look for.

    Return Value

    The index of the item.
    See Also