SpreadsheetGear 2012
CommandManager Class Methods


For a list of all members of this type, see CommandManager members.

Public Methods
 NameDescription
Public MethodClearCommandsOverloaded. Clears all undoable and redoable commands.  
Public MethodCreateCommandClearCreates an instance of the default clear command.  
Public MethodCreateCommandClearContentsCreates an instance of the default clear contents command.  
Public MethodCreateCommandClearFormatsCreates an instance of the default clear formats command.  
Public MethodCreateCommandCopyCreates an instance of the default copy command.  
Public MethodCreateCommandCutCreates an instance of the default cut command.  
Public MethodCreateCommandDeleteOverloaded. Creates an instance of the default delete command.  
Public MethodCreateCommandInsertOverloaded. Creates an instance of the default insert command.  
Public MethodCreateCommandPasteCreates an instance of the default paste command.  
Public MethodCreateCommandPasteSpecialCreates an instance of the default paste special command.  
Public MethodCreateCommandPrintOverloaded. Creates an instance of the default print command.  
Public MethodExecuteExecutes the specified command by calling the command's Execute method.  
Public MethodRedoRedoes the last undone command by calling the command's Execute method.  
Public MethodUndoUndo the last executed command by calling the command's Undo method.  
Top
See Also

Reference

CommandManager Class
SpreadsheetGear.Commands Namespace
Command Class
CommandRange Class

Send Feedback