Select Method (IEditor)
Selects text in a multi-line editor. All positions are 0-based.
Remarks
All positions are 0-based.

C# Syntax

Parameters

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