'Declaration Public Function IndexOf( _ ByVal value As SeriesGrouping _ ) As Integer
public int IndexOf( SeriesGrouping value )
Parameters
- value
- The SeriesGrouping object to locate in the SeriesGroupingCollection.
Return Value
The index of the entry if it is found in the collection; otherwise, -1.