ComponentOne RichTextBox for WPF and Silverlight
Intersection Method (C1TextRange)

C1.Silverlight.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