ComponentOne RichTextBox for UWP
Intersection Method

C1.Xaml.RichTextBox.Documents Namespace > C1TextRange Class : Intersection Method
The other C1TextRange
Returns the intersection with another range.
Syntax
'Declaration
 
Public Function Intersection( _
   ByVal range As C1TextRange _
) As C1TextRange
public C1TextRange Intersection( 
   C1TextRange range
)

Parameters

range
The other C1TextRange

Return Value

The intersection with the other range.
See Also

Reference

C1TextRange Class
C1TextRange Members