ComponentOne Chart for .NET (2.0) Search HelpCentral 

FunctionsCollection.IndexOf Method

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

[Visual Basic]

Public Function IndexOf( _

ByVal f As FunctionBase _

) As Integer

[C#]

public int IndexOf(

FunctionBase f

);

[Delphi]

public function IndexOf(

f: FunctionBase

): Int32;

Parameters

f

Function.

Return Value

Integer index

See Also

FunctionsCollection Class | FunctionsCollection Members | C1.Win.C1Chart Namespace | FunctionsCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.