ignoreUndo

excludes actions from the history of changes

void ignoreUndo(function func);
funcfunctionthe actions that should be omitted from the history of changes

Example

$$("ssheet").ignoreUndo(function(){
    $$("ssheet").setCellValue(4,1,"g");
    $$("ssheet").setCellValue(5,1,"g");
});

Details

The changes included in the method cannot be undone.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.