ComponentOne RichTextBox for UWP
Intersects Method

C1.Xaml.RichTextBox.Documents Namespace > C1TextRange Class : Intersects Method
A C1TextRange to intersect with.
Returns whether this range intersects the parameter range.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal range As C1TextRange _
) As System.Boolean
public System.bool Intersects( 
   C1TextRange range
)

Parameters

range
A C1TextRange to intersect with.

Return Value

Whether this range intersects the parameter range.
See Also

Reference

C1TextRange Class
C1TextRange Members