'Declaration Public Enum SpreadsheetCellEditMode Inherits System.Enum
public enum SpreadsheetCellEditMode : System.Enum
Member | Description |
---|---|
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. |
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. |
NotInEditMode | The spreadsheet is not in edit mode similar to the "Ready" cell mode in Microsoft Excel. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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