Returns the index of the first occurrence of a value in the collection.
[Visual Basic]
Public Function IndexOf( _
ByVal value As LegendItem _
) As Integer
[C#]
public int IndexOf(
LegendItem value
);
The index of the first occurrence of the value within the entire array, if found; otherwise, the lower bound of the array - 1.
LegendItemsCollection Class | LegendItemsCollection Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.