C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1TextRange Structure / Contains Method
The position to test.

In This Topic
Contains Method (C1TextRange)
In This Topic
Tests whether a specified position is contained within the current range.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal position As Integer _
) As Boolean
 

Parameters

position
The position to test.

Return Value

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