marks several actions so that they will be undone together
$$("ssheet").groupUndo(function(){ $$("ssheet").insertColumn(2); $$("ssheet").insertColumn(4); });