Enumeration used to identify the cell to which the [[Spreadsheet]] should navigate when the enter key (or shift + enter) are pressed.

Enumeration Members

Enumeration Members

Down: 0

The cell below should be activated.

Left: 3

The cell to the left should be activated

Right: 1

The cell to the right should be activated

Up: 2

The cell above should be activated.