SetSelectionIndexes Method (SapTextEdit)
Class
SapTextEdit
class
Action
Selects the text within the specified range.
Syntax
textEdit
.
SetSelectionIndexes
(
start
,
end
)
Variable
Description
start
Start index (inclusive). The value is one-based. INTEGER.
end
End index (exclusive). The value is one-based. INTEGER.