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

In This Topic
    IndexOf Method (FunctionsCollection)
    In This Topic
    Gets the index of the first specified value in the FunctionsCollection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal f As FunctionBase _
    ) As System.Integer
    public System.int IndexOf( 
       FunctionBase f
    )

    Parameters

    f
    Function.

    Return Value

    Integer index
    See Also