SpreadsheetEnterKeyNavigationDirection
Enumeration used to identify the cell to which the [[Spreadsheet]] should navigate when the enter key (or shift + enter) are pressed.
Enumeration Members
Section titled "Enumeration Members"The cell below should be activated.
Down = 0 The cell to the left should be activated
Left = 3 Right
Section titled "Right"The cell to the right should be activated
Right = 1 The cell above should be activated.
Up = 2