[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterCollection.IndexOf

IndexOf Method

IndexOf(Parameter)

Determines the index of a specific item in the ParameterCollection.

Declaration
public int IndexOf(Parameter item)
Parameters
Type Name Description
Parameter item

The object to locate in the ParameterCollection.

Returns
Type Description
int

The index of item if found in the list; otherwise, -1.

Implements