| GrapeCity.Windows.SpreadSheet.UI Namespace : EditorStatus Enumeration | 
'Declaration Public Enum EditorStatus Inherits System.Enum
'Usage Dim instance As EditorStatus
public enum EditorStatus : System.Enum
| Member | Description | 
|---|---|
| Edit | Specifies that the cell is in edit mode and cannot commit the input value and navigate or select to other cells when invoking navigation or selection actions. | 
| Enter | Specifies that the cell is in edit mode and can commit the input value and navigate or select to other cells when invoking navigation or selection actions. | 
| Ready | Specifies that the cell is in Ready mode. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.UI.EditorStatus
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)