SpreadsheetCellEditMode
Enumeration used to identify the current edit mode state.
Enumeration Members
Section titled "Enumeration Members"ArrowKeysNavigateBetweenCells
Section titled "ArrowKeysNavigateBetweenCells"The control is in edit mode. Arrow keys will navigate between the cells instead of within the text editor used for editing the active cell's value. This is analogous to the "Enter" cell mode in Microsoft Excel.
ArrowKeysNavigateBetweenCells = 1 ArrowKeysNavigateInCell
Section titled "ArrowKeysNavigateInCell"The control is in edit mode. Arrow keys will navigate within the characters of the text editor used for editing the active cell's value. This is analogous to the "Edit" cell mode in Microsoft Excel.
ArrowKeysNavigateInCell = 2 NotInEditMode
Section titled "NotInEditMode"The spreadsheet is not in edit mode similar to the "Ready" cell mode in Microsoft Excel.
NotInEditMode = 0