SpreadJS Documentation
undo Method
The parameter to undo the command or operation.
Undoes the command or operation.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ActionBase();
var value; // Type: boolean
value = instance.undo(arg);
function undo( 
   arg : object
) : boolean;

Parameters

arg
The parameter to undo the command or operation.

Return Value

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

Reference

ActionBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.