GcSpread.Sheets Namespace > Sheet type : allowUndo Method |
var instance = new GcSpread.Sheets.Sheet(name); var returnValue; // Type: Object returnValue = instance.allowUndo(value);
function allowUndo( value : boolean ) : Object;
true
if undo actions are allowed; otherwise, false
.activeSheet.allowUndo(true);