var instance = new GcSpread.Sheets.UndoRedo.ResizingFloatingObjectUndoAction(sheet, floatingObjectExtent, resizingSettings); var value; // Type: boolean value = instance.undo(sender);
function undo( sender : object ) : boolean;
true
if an undo operation on the command or operation succeeds; otherwise, false
.