ComponentOne FlexReport for WinForms
Contains Method (OutputRange)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > OutputRange Class : Contains Method
The page number to test.
Tests whether the specified page is within the range.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal pageNumber As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int pageNumber
)

Parameters

pageNumber
The page number to test.

Return Value

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

Reference

OutputRange Class
OutputRange Members