Spread.Sheets Documentation
UndoManager class
GC.Spread.Commands Namespace : UndoManager class
Represents the undo manager.
Syntax
var instance = new GC.Spread.Commands.UndoManager();
function UndoManager;
Inheritance Hierarchy

Object
   GC.Spread.Commands.UndoManager

Constructors
 NameDescription
public ConstructorRepresents the undo manager.  
Top
Methods
 NameDescription
public MethodGets whether the redo operation is allowed.  
public MethodGets whether the undo operation is allowed.  
public MethodClears all of the undo stack and the redo stack.  
public MethodRedoes the last command.  
public MethodUndoes the last command.  
Top
See Also

Reference

GC.Spread.Commands Namespace