Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PageCollection Class / Find Method / Find(Int32) Method
Specifies the logical page number.

In This Topic
    Find(Int32) Method
    In This Topic
    Searches the current collection for a C1Page with the specified logical page number.
    Syntax
    'Declaration
     
    Public Overloads Function Find( _
       ByVal pageNo As Integer _
    ) As C1Page
    public C1Page Find( 
       int pageNo
    )

    Parameters

    pageNo
    Specifies the logical page number.

    Return Value

    The C1Page object that was found, or null.
    See Also