Version

SpreadsheetCellEditMode Enumeration

Enumeration used to identify the current edit mode state.
Syntax
'Declaration
 
Public Enum SpreadsheetCellEditMode 
   Inherits System.Enum
public enum SpreadsheetCellEditMode : System.Enum 
Members
MemberDescription
ArrowKeysNavigateBetweenCellsThe 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.
ArrowKeysNavigateInCellThe 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.
NotInEditModeThe spreadsheet is not in edit mode similar to the "Ready" cell mode in Microsoft Excel.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also