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

    Return Value

    Selected number format. If no format selected, returns null.
    Browser Compatibility
    56+
    45+
    11
    See Also