'Declaration Public Function Contains( _ ByVal pageNumber As Integer _ ) As Boolean
public bool Contains( int pageNumber )
Parameters
- pageNumber
- The page number to test.
Return Value
True if the page is in the range, false otherwise.
'Declaration Public Function Contains( _ ByVal pageNumber As Integer _ ) As Boolean
public bool Contains( int pageNumber )