set_UndoMaxActions Method
In This Topic
Sets the maximum number of undo actions.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_UndoMaxActions(value);
function set_UndoMaxActions(
: number
) : any;
Parameters
- value
- Maximum number of undo actions. The default value is 25.
Browser Compatibility
See Also