Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Util Namespace / FastList Class / IndexOf Method
The object to search for.

In This Topic
    IndexOf Method (FastList)
    In This Topic
    Returns the index of the specified object in the current FastList. (Performs a fast search using the FindObjectIndex method.)
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal obj As Object _
    ) As Integer
    public int IndexOf( 
       object obj
    )

    Parameters

    obj
    The object to search for.

    Return Value

    The index of the specified object within the current list, or -1 if none was found.
    See Also