Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandManager Class / Undo Method


In This Topic
    Undo Method (CommandManager)
    In This Topic
    Undo the last executed command.
    Syntax
    'Declaration
     
    
    Public Function Undo() As CommandResult
    'Usage
     
    
    Dim instance As CommandManager
    Dim value As CommandResult
     
    value = instance.Undo()
    public CommandResult Undo()

    Return Value

    true if the command is successfully executed, false otherwise.
    See Also