'Declaration Public Function IndexOf( _ ByVal value As String _ ) As Integer
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