textEdit.SetSelectionIndexes(start, end)
textEdit.SetSelectionIndexes(start, end)
Variable | Description |
---|---|
start | Start index (inclusive). The value is zero-based. Integer. |
end | End index (exclusive). The value is zero-based. Integer. |