VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / get_UndoDescription Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UndoDescription Method
    In This Topic
    Gets the description of undo action.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
    
    var value; // Type: string
    value = instance.get_UndoDescription();
    
    
    function get_UndoDescription() : string;
    

    Return Value

    The description of undo action.
    Browser Compatibility
    56+
    45+
    11
    See Also