Programming with Reflection
MoveCursor method
Syntax object.MoveCursor Row, Column
Moves the cursor to the specified location. Use the CursorRow and CursorColumn properties to verify the cursor location.
Row Argument type: Integer
The row to which the cursor is to be moved. The minimum value is 1 (row 1 is the first row). The maximum value varies according to the number of rows supported by the terminal model Reflection is emulating. You can use rcMouseRow to specify the row where the mouse was last clicked.
Column Argument type: Integer
The column to which the cursor is to be moved. The minimum value is 1 (column 1 is the first column). The maximum value varies according to the number of rows supported by the terminal model Reflection is emulating. You can use rcMouseCol to specify the column where the mouse was last clicked.