Redo Method
Redo()
Redo the last undone command.
Declaration
public CommandResult Redo()
Public Function Redo() As CommandResult
Returns
Type |
Description |
CommandResult |
An GrapeCity.Spreadsheet.Commands.CommandResult struct which contains information about the execution of action.
|