ComponentOne RichTextBox for WPF and Silverlight
Select Method (C1RichTextBox)

C1.WPF.RichTextBox Namespace > C1RichTextBox Class : Select Method
The zero-based index of the first character in the selection.
The length of the selection, in characters.
Selects a range of text in the rich text box.
Syntax
'Declaration
 
Public Sub Select( _
   ByVal start As System.Integer, _
   ByVal length As System.Integer _
) 
public void Select( 
   System.int start,
   System.int length
)

Parameters

start
The zero-based index of the first character in the selection.
length
The length of the selection, in characters.
Remarks
The positions received by this method correspond to positions in the Text property's content.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members