Searches the current collection for a C1Page with the specified logical coordinates (identified by the X and Y properties on a page).

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

Syntax

C#
public C1Page Find(
	int pageX,
	int pageY
)
Visual Basic
Public Function Find ( _
	pageX As Integer, _
	pageY As Integer _
) As C1Page

Parameters

pageX
Type: System..::..Int32
Specifies the logical horizontal coordinate of the page.
pageY
Type: System..::..Int32
Specifies the logical vertical coordinate of the page.

Return Value

The C1Page object that was found, or null.

See Also