Spread.Sheets Documentation
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 ConstructorUndoManager ConstructorRepresents the undo manager.  
Top
Methods
 NameDescription
public MethodcanRedoGets whether the redo operation is allowed.  
public MethodcanUndoGets whether the undo operation is allowed.  
public MethodclearClears all of the undo stack and the redo stack.  
public MethodredoRedoes the last command.  
public MethodundoUndoes the last command.  
Top
See Also

Reference

GC.Spread.Commands Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.