ComponentOne RichTextBox for UWP
C1TextRange Constructor(C1TextPointer)

C1.Xaml.RichTextBox.Documents Namespace > C1TextRange Class > C1TextRange Constructor : C1TextRange Constructor(C1TextPointer)
The start and end position.
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

Reference

C1TextRange Class
C1TextRange Members
Overload List