[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValueCollection.IndexOf

IndexOf Method

IndexOf(ParameterValue)

Determines the index of a specific item in the ParameterValueCollection.

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

The object to locate in the ParameterValueCollection.

Returns
Type Description
int

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

Implements