'Declaration
Public Enum UndoSupport Inherits System.Enum
'Usage
Dim instance As UndoSupport
public enum UndoSupport : System.Enum
'Declaration
Public Enum UndoSupport Inherits System.Enum
'Usage
Dim instance As UndoSupport
public enum UndoSupport : System.Enum
Member | Description |
---|---|
Ignore | Undo is not supported. Undo and redo queue are remained intact. |
None | Undo is not supported. Undo and redo queue are cleared after the command is executed. |
Supported | Undo is supported. Redo queue are cleared after the command is executed. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Commands.UndoSupport