RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / Intersection Method
The other C1TextRange

In This Topic
    Intersection Method (C1TextRange)
    In This Topic
    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