SpreadsheetEnterKeyNavigationDirection

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

The cell below should be activated.

Down = 0

The cell to the left should be activated

Left = 3

The cell to the right should be activated

Right = 1

The cell above should be activated.

Up = 2