textComponent.SetSelectionRange(selectionStart, selectionEnd)
Variable | Description |
---|---|
selectionStart | The start index of the selection. The value is one-based. INTEGER. |
selectionEnd | The end index of the selection. The value is one-based. INTEGER. |
TextComponent.SetSelectionRange(8, 13)