Tests whether the specified page is within the range.

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

Syntax

C#
public bool Contains(
	int pageNumber
)
Visual Basic
Public Function Contains ( _
	pageNumber As Integer _
) As Boolean

Parameters

pageNumber
Type: System..::..Int32
The page number to test.

Return Value

True if the page is in the range, false otherwise.

See Also