Programming with Reflection
SetSelectionStartPos method
Syntax object.SetSelectionStartPos Row, Column
Sets starting coordinates for selecting text. You can also set the selection start position by clicking in the terminal window with the mouse. If no selection start position has been set, the default is row 1, column 1.
Row Argument type: Integer
The row in which the selection begins. You can use rcMouseRow to specify the row where the mouse was last clicked.
Column Argument type: Integer
The column in which the selection begins. You can use rcMouseCol to specify the column where the mouse was last clicked.