SetSelectionIndexes Method (SapTextEdit)

Class

SapTextEdit.

Action

Selects the text within the specified range.

Syntax

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.