2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ActionCollection Class / IndexOf Method

In This Topic
    IndexOf Method (ActionCollection)
    In This Topic
    Gets the current index of the specified Action in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal a As Action _
    ) As System.Integer
    public System.int IndexOf( 
       Action a
    )

    Parameters

    a
    Remarks
    Returns an integer indicating the element of the specified Action within the collection. If the Action is not found the return value is –1.
    See Also