RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / C1TextRange Constructor / C1TextRange Constructor(C1TextPointer,C1TextPointer)
The start position.
The end position.

In This Topic
    C1TextRange Constructor(C1TextPointer,C1TextPointer)
    In This Topic
    Initializes a C1TextRange.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal start As C1TextPointer, _
       ByVal end As C1TextPointer _
    )
    public C1TextRange( 
       C1TextPointer start,
       C1TextPointer end
    )

    Parameters

    start
    The start position.
    end
    The end position.
    See Also