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.RowUngroupUndoAction(sheet, groupExtent);
var value; // Type: any
value = instance.execute(arg);
function execute( 
   arg : object
) : any;

Parameters

arg
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

RowUngroupUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.