Spread Windows Forms 12.0 Product Documentation
UndoSupport Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace : UndoSupport Enumeration
Represents the type of undo support for a command.
Syntax
'Declaration
 
Public Enum UndoSupport 
   Inherits System.Enum
'Usage
 
Dim instance As UndoSupport
public enum UndoSupport : System.Enum 
Members
MemberDescription
IgnoreUndo is not supported. Undo and redo queue are remained intact.
NoneUndo is not supported. Undo and redo queue are cleared after the command is executed.
SupportedUndo is supported. Redo queue are cleared after the command is executed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Commands.UndoSupport

See Also

Reference

GrapeCity.Spreadsheet.Commands Namespace