See Also

ChartAreasCollection Class  | ChartAreasCollection Members

Language

Visual Basic

C#

Show All

value
The object to locate in the collection.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

IndexOf Method

Returns the index of the first occurrence of a value in the collection.

[Visual Basic]
Public Function IndexOf( _    ByVal value As ChartArea _ ) As Integer
[C#]
public int IndexOf(    ChartArea value );

Parameters

value
The object to locate in the collection.

Return Type

The index of the first occurrence of value within the entire array, if found; otherwise, the lower bound of the array - 1.

See Also

ChartAreasCollection Class  | ChartAreasCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.