ActiveReports 10
IndexOf Method (SeriesGroupingCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > SeriesGroupingCollection Class : IndexOf Method
The SeriesGrouping object to locate in the SeriesGroupingCollection.
Determines the index of a specific SeriesGrouping object in the SeriesGroupingCollection.
Syntax
'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.
See Also

Reference

SeriesGroupingCollection Class
SeriesGroupingCollection Members