ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class / IndexOf Method
The C1BaseField to locate.

In This Topic
    IndexOf Method (C1BaseFieldCollection)
    In This Topic
    Determines the index of the specified C1BaseField object in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal value As C1BaseField _
    ) As System.Integer
    public System.int IndexOf( 
       C1BaseField value
    )

    Parameters

    value
    The C1BaseField to locate.

    Return Value

    The index of the value parameter, if it is found in the collection; otherwise, -1.
    See Also