ComponentOne RichTextBox for WPF and Silverlight
C1TextRange Constructor(C1TextPointer,C1TextPointer)

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

Reference

C1TextRange Class
C1TextRange Members
Overload List