TableRow.moveCursor

bool moveCursor(int row, int col, bool shiftSelect = false)

Moves the cursor to a specified cell.

Parameters

rowTarget row
colTarget column
shiftSelectIf true, extend selection to new position

Returns

true if cursor moved