textComponent.SetSelectionRange(selectionStart, selectionEnd)
変数 | 説明 |
---|---|
selectionStart | 選択範囲の開始インデックス。 The value is zero-based.。 Integer。 |
selectionEnd | 選択範囲の終了インデックス。 The value is zero-based.。 Integer。 |
textComponent.SetSelectionRange(8, 13)