richTextBox.Select(start, length)
richTextBox.Select(start, length)
| Variable | Description |
|---|---|
| start | The start position for the selection. Integer. |
| length | The number of characters to select from the start position. Integer. |