SpreadsheetEnterBehavior Enumeration

This spreadsheet specifies the behavior of the Enter key while editing Spreadsheets.

Syntax Constants
Enum SpreadsheetEnterBehavior
    scEnterDown = 0
    scEnterRight = 1
    scEnterOff = 2
End Enum
  • scEnterDown: Pressing the Enter key will move the cursor to the next cell down in the spreadsheet.
  • scEnterRight: Pressing the Enter key will move the cursor to the next cell over in the spreadsheet.
  • scEnterOff: Pressing the Enter key will not have any effect on the spreadsheet.