ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / IndexOf Method
The object to locate in the IList.

In This Topic
    IndexOf Method (PageCollection)
    In This Topic
    Determines the index of a specific item in the IList.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As Page _
    ) As Integer
    public int IndexOf( 
       Page item
    )

    Parameters

    item
    The object to locate in the IList.

    Return Value

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