GcSpread.Sheets.UndoRedo Namespace > RowGroupExpandUndoAction type : undo Method |
var instance = new GcSpread.Sheets.UndoRedo.RowGroupExpandUndoAction(sheet, rowExpandExtent); var value; // Type: boolean value = instance.undo(arg);
function undo( arg : object ) : boolean;
true
if an undo operation on the command or operation succeeds; otherwise, false
.