SpreadsheetTabBehavior Enumeration

This enumeration specifies the behavior of the Tab key while editing Spreadsheets.

Syntax Constants
Enum SpreadsheetTabBehavior
    scTabNavigate = 0
    scTabInsert = 1
End Enum
  • scTabNavigate: Pressing the Tab key will move the cursor to the next cell in the spreadsheet.
  • scTabInsert: Pressing the Tab key will insert a tab character into the current cell (if in edit mode).