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
);
The index of the first occurrence of the value within the entire array, if found; otherwise, the lower bound of the array - 1.
LabelsCollection Class | LabelsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.