VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI.Panels Namespace / WebUiEditDefinedNamePanelJS type / update Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    update Method
    In This Topic
    Updates this panel.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.Panels.WebUiEditDefinedNamePanelJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var name; // Type: string
    
    value = instance.update(name);
    
    
    function update(
    name
    Name of defined name that must be edited in this panel; null - panel must create new defined name.
    : string
    ) : any;

    Parameters

    name
    Name of defined name that must be edited in this panel; null - panel must create new defined name.
    Browser Compatibility
    56+
    45+
    11
    See Also