VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_UndoMaxActions Property
Syntax BrowserCompatibility SeeAlso
    set_UndoMaxActions Method
    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);
    
    

    Parameters

    value
    Maximum number of undo actions. The default value is 25.
    Browser Compatibility
    56+
    45+
    11
    See Also