Select Method
Select(int, int)
Selects a range of text in the editor.
Declaration
void Select(int start, int length)
Sub [Select](start As Integer, length As Integer)
Parameters
| Type |
Name |
Description |
| int |
start |
Index of the character where the selection starts.
|
| int |
length |
Length of the selection.
|