Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / PreviewPages Class / IndexOf Method
The page to find the index of.

In This Topic
    IndexOf Method (PreviewPages)
    In This Topic
    Gets the index of a page in the current collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal page As PreviewPageBase _
    ) As Integer
    public int IndexOf( 
       PreviewPageBase page
    )

    Parameters

    page
    The page to find the index of.

    Return Value

    Index of page in the current collection.
    See Also