See Also

LabelsCollection Class  | LabelsCollection Members

Language

Visual Basic

C#

Show All

value
The label 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 label in the collection.

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

Parameters

value
The label to locate in the collection.

Return Type

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

See Also

LabelsCollection Class  | LabelsCollection Members

 

 


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