TextDocumentField.SetTextSelectionBounds
Syntax variant: By positions of text selection beginning and end
Syntax:
Parameters:
<StartPosition> (required)
Start position of selection in the text.
<EndPosition> (required)
End position of selection in the text.
Syntax variant: By line numbers and column numbers of a selected text
Syntax:
Parameters:
<BeginningOfTheLine> (required)
Line number of the beginning of selection.
<BeginningOfTheColumn> (required)
Column number of the beginning of selection.
<EndOfTheLine> (required)
Line number of the end of selection.
<EndOfTheColumn> (required)
Column number of the end of selection.
Description:
Availability: