excludes actions from the history of changes
func | function | the actions that should be omitted from the history of changes |
$$("ssheet").ignoreUndo(function(){
$$("ssheet").setCellValue(4,1,"g");
$$("ssheet").setCellValue(5,1,"g");
});
The changes included in the method cannot be undone.
Back to top