Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderInputComboBoxItemCollection Class / IndexOf Method
The item to search for.

In This Topic
    IndexOf Method (RenderInputComboBoxItemCollection)
    In This Topic
    Returns the index of a RenderInputComboBoxItem in the current collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As RenderInputComboBoxItem _
    ) As Integer
    public int IndexOf( 
       RenderInputComboBoxItem item
    )

    Parameters

    item
    The item to search for.

    Return Value

    The index of the specified item, or -1 if none was found.
    See Also