Select Method (IEditor)
Selects text in the edit box. All positions are 0-based.
Remarks
All positions are 0-based.

C# Syntax

Parameters

fromLine
The line in which the selection starts.
fromCharPos
The character position at which the selection starts in the first line, inclusive.
toLine
The line in which the selection ends.
toCharPos
The character position at which the selection ends in the last line, inclusive.