TableRow.moveCursor
bool moveCursor(int row, int col, bool shiftSelect = false)Moves the cursor to a specified cell.
Parameters
row | Target row |
col | Target column |
shiftSelect | If true, extend selection to new position |
Returns
true if cursor moved