ComponentOne FlexReport for WinForms
Contains Method (C1TextRange)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1TextRange Structure : Contains Method
The position to test.
Tests whether a specified position is contained within the current range.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal position As System.Integer _
) As System.Boolean
public System.bool Contains( 
   System.int position
)

Parameters

position
The position to test.

Return Value

True if the current range includes the specified position, false otherwise.
See Also

Reference

C1TextRange Structure
C1TextRange Members