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 column resizing action.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ColumnResizeUndoAction(sheet, columns, size, rowHeader);
var value; // Type: boolean
value = instance.undo(arg);
function undo( 
   arg : object
) : boolean;

Parameters

arg
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

ColumnResizeUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.