[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.UndoManager.Execute

Execute Method

Execute(Command)

Executes the specified command.

Declaration
public CommandResult Execute(Command command)
Public Function Execute(command As Command) As CommandResult
Parameters
Type Name Description
Command command

The command to be executed.

Returns
Type Description
CommandResult

An GrapeCity.Spreadsheet.Commands.CommandResult struct which contains information about the execution of action.

Execute(Command[])

Executes the list of commands by it's order.

Declaration
public bool Execute(Command[] commands)
Public Function Execute(commands As Command()) As Boolean
Parameters
Type Name Description
Command[] commands

The commands to be executed.

Returns
Type Description
bool

A boolean value indicate commands are executed success or not.