[]
Creates a range that begins with the specified starting character and continues through the specified length of characters, and moves selection to the range.
public void Select(int start, int length)
Type | Name | Description |
---|---|---|
int | start | The start position. |
int | length | The length of the range. |