Searches the current collection for a C1Page with the specified logical page number.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public C1Page Find(
	int pageNo
)
Visual Basic
Public Function Find ( _
	pageNo As Integer _
) As C1Page

Parameters

pageNo
Type: System..::..Int32
Specifies the logical page number.

Return Value

The C1Page object that was found, or null.

See Also