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

In This Topic
    C1TextRange Constructor(C1TextPointer)
    In This Topic
    Initializes an empty C1TextRange.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pos As C1TextPointer _
    )
    public C1TextRange( 
       C1TextPointer pos
    )

    Parameters

    pos
    The start and end position.
    See Also