[]
        
(Showing Draft Content)

C1.Win.C1Chart.ActionCollection.IndexOf

IndexOf Method

IndexOf(Action)

Gets the current index of the specified Action in the collection.

Declaration
public int IndexOf(Action a)
Parameters
Type Name Description
Action a
Returns
Type Description
int
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