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.
var instance = new GC.Spread.Commands.CommandManager(context); var value; // Type: any value = instance.execute(commandOptions);
function execute( commandOptions : Object ) : any;