ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / IndexOf Method
The object to locate in the System.Collections.IList.

In This Topic
    IndexOf Method (C1CollectionViewBindingList)
    In This Topic
    Determines the index of a specific item in the System.Collections.IList.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal value As System.Object _
    ) As System.Integer
    public System.int IndexOf( 
       System.object value
    )

    Parameters

    value
    The object to locate in the System.Collections.IList.

    Return Value

    The index of value if found in the list; otherwise, -1.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also