SpreadsheetGear 2017
CommandUndoSupport Enumeration






SpreadsheetGear.Commands Namespace : CommandUndoSupport Enumeration
Specifies the type of undo support for a command.
Syntax
'Declaration
 
Public Enum CommandUndoSupport 
   Inherits System.Enum
'Usage
 
Dim instance As CommandUndoSupport
public enum CommandUndoSupport : System.Enum 
public enum CommandUndoSupport = class(System.Enum)
public enum CommandUndoSupport extends System.Enum
__value public enum CommandUndoSupport : public System.Enum 
public enum class CommandUndoSupport : public System.Enum 
Members
MemberDescription
FullUndo is fully supported.
IgnoreUndo is not supported but the undo and redo buffers are left intact.
NoneUndo is not supported; the undo and redo buffers are cleared after the command is executed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Commands.CommandUndoSupport

Requirements

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

See Also

Reference

SpreadsheetGear.Commands Namespace
UndoSupport Property