[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ItemCollection-1.IndexOf

IndexOf Method

IndexOf(T)

Determines the index of a specific T object in the ItemCollection<T>.

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

A T object to locate in the ItemCollection<T>.

Returns
Type Description
int

An int value indicating the index of the entry if it was found in the collection; otherwise, -1.

Implements