[]
        
(Showing Draft Content)

C1.Win.C1Chart.FunctionsCollection.IndexOf

IndexOf Method

IndexOf(FunctionBase)

Gets the index of the first specified value in the FunctionsCollection.

Declaration
public int IndexOf(FunctionBase f)
Public Function IndexOf(f As FunctionBase) As Integer
Parameters
Type Name Description
FunctionBase f

Function.

Returns
Type Description
int

Integer index

See Also