Programming with Reflection
ExtendSelectionRect method
Syntax object.ExtendSelectionRect Row, Column
Selects a rectangular block of text in the terminal window between the selection start position (or row 1, column 1, if there is no selection start position) and the specified coordinates. To set the selection start position, use the SetSelectionStartPos method or click in the terminal window.
This method returns a block of text shaped like this:
The ExtendSelection method returns all text in all rows between the starting and ending row, resulting in a block of text shaped like this:
Row Argument type: Integer
The row in which the selection is to end. You can use rcMouseRow to specify the row where the mouse was last clicked.
Column Argument type: Integer
The column in which the selection is to end. You can use rcMouseCol to specify the column where the mouse was last clicked.