RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / C1TextRange Constructor / C1TextRange Constructor(C1TextRange)
A range to copy.

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

    Parameters

    range
    A range to copy.
    See Also