SpreadJS Documentation
undo Method
Data used by the action. If the action does not require data to be passed, this object can be set to null.
Undoes the command or operation.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ResizingFloatingObjectUndoAction(sheet, floatingObjectExtent, resizingSettings);
var value; // Type: boolean
value = instance.undo(sender);
function undo( 
   sender : object
) : boolean;

Parameters

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

Return Value

true if an undo operation on the command or operation succeeds; otherwise, false.
See Also

Reference

ResizingFloatingObjectUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.