Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandManager Class
Properties Methods


In This Topic
    CommandManager Class Members
    In This Topic

    The following tables list the members exposed by CommandManager.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the executing a command can be undoable.  
    Public PropertyGets or sets the maximum number of undoable commands which are retained by the CommandManager.  
    Public PropertyGets the GrapeCity.Spreadsheet.IWorkbookSet object which owns this command manager.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether there is an available command for redoing.  
    Public MethodDetermines whether there is an available command for undoing.  
    Public MethodClears all undo/redo command in queue.  
    Public MethodExecutes the specified command.  
    Public MethodRedo the last undone command.  
    Public MethodUndo the last executed command.  
    Top
    See Also