'Declaration
Public Enum CommandUndoSupport Inherits System.Enum
'Usage
Dim instance As CommandUndoSupport
public enum CommandUndoSupport : System.Enum
'Declaration
Public Enum CommandUndoSupport Inherits System.Enum
'Usage
Dim instance As CommandUndoSupport
public enum CommandUndoSupport : System.Enum
Member | Description |
---|---|
Full | Undo is fully supported. |
Ignore | Undo is not supported but the undo and redo buffers are left intact. |
None | Undo is not supported; the undo and redo buffers are cleared after the command is executed. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Commands.CommandUndoSupport
Target Platforms: 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