'Declaration
Public Function GetTextRange( _ ByVal start As Integer, _ ByVal length As Integer _ ) As C1TextRange
public C1TextRange GetTextRange( int start, int length )
Parameters
- start
- Offset from the start of the document.
- length
- Length of the range in characters.
Return Value
A C1.WPF.RichTextBox.Documents.C1TextRange that represents the requested range.