Spread.Sheets Documentation
execute Method
GC.Spread.Commands Namespace > CommandManager class : execute Method
The options for the command.
Executes a command and adds the command to UndoManager.
Syntax
var instance = new GC.Spread.Commands.CommandManager(context);
var value; // Type: any
value = instance.execute(commandOptions);
function execute( 
   commandOptions : Object
) : any;

Parameters

commandOptions
The options for the command.
See Also

Reference

CommandManager class