Navigates the cells of a table, sets the active cell which in turn generates the cell focus events. If the new active cell is not visible the table will be scrolled in order to show this cell.
The action arguments are:
The name of the table control to scroll. May be a comma separated list if multiple tables are specified.
The frames per second rate at which to scroll the table, 0 performs an immediate scroll.
The duration in milliseconds to run the scroll over, 0 scrolls it immediately.
The type of navigation to perform
Sets the active row and column to what is specified in the row/col parameters. The option only ensures that the cell is visible and does not guarantee the cell will be at the top of the visible list.
Move to the next cell, scroll by column then by row
Move to the previous cell, scroll by column then by row
Move to the cell above the current one
Move to the cell below the current one
Move to the cell to the left of the current one
Move to the cell to the right of the current one
Move to the first cell in the table at row,column 1,1
Move to the last cell in the table
The row to navigate to. This is only used if
direction
is assigned set
The column to navigate to. This is only used if
direction
is assigned set