Selects the text specified by start and length.
Declaration
public void Select(int start, int length)
Public Sub [Select](start As Integer, length As Integer)
Parameters
| Type |
Name |
Description |
| int |
start |
Start of the selection.
|
| int |
length |
Length of the selection.
|