VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_NumberingFormat Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_NumberingFormat Method
    In This Topic
    Sets the number format of selected cells.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_NumberingFormat(value);
    
    
    function set_NumberingFormat(
    value
    The radius of interaction point (resize points).
    : string
    ) : any;

    Parameters

    value
    The radius of interaction point (resize points).
    Browser Compatibility
    56+
    45+
    11
    See Also