VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI.Panels Namespace / WebUiSelectFunctionPanelJS type / getSelectedFormula Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getSelectedFormula Method
    In This Topic
    Returns the name of selected function.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.Panels.WebUiSelectFunctionPanelJS(settings);
    
    var value; // Type: string
    value = instance.getSelectedFormula();
    
    
    function getSelectedFormula() : string;
    

    Return Value

    The name of selected function.
    Browser Compatibility
    56+
    45+
    11
    See Also