ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / InputActionCollection Class / IndexOf Method
The element to return the index of.

In This Topic
    IndexOf Method (InputActionCollection)
    In This Topic
    Returns the index of the specified element in the current collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal inputAction As InputAction _
    ) As System.Integer
    public System.int IndexOf( 
       InputAction inputAction
    )

    Parameters

    inputAction
    The element to return the index of.

    Return Value

    The index of the specified element in the current collection.
    See Also