Select Method
Select(int, int)
Selects the text between the specified 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 |
The selection start.
|
| int |
length |
The selection length.
|