SpreadJS Documentation
execute Method
Data used by the action. If the action does not require data to be passed, this object can be set to null.
Defines the method to be called when the action is invoked.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.DeleteFloatingObjectUndoAction(sheet, deleteExtent);
var value; // Type: any
value = instance.execute(sender);
function execute( 
   sender : object
) : any;

Parameters

sender
Data used by the action. If the action does not require data to be passed, this object can be set to null.
See Also

Reference

DeleteFloatingObjectUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.