VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_XlsxConverterColumnMinWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_XlsxConverterColumnMinWidth Method
    In This Topic
    Gets the minimum width of the column in XLSX document. 1 unit of measure is calculated as "value_of_this_property * maximum_width_of_symbol_in_default_font".
    Syntax
    var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
    
    var value; // Type: number
    value = instance.get_XlsxConverterColumnMinWidth();
    
    
    function get_XlsxConverterColumnMinWidth() : number;
    

    Return Value

    The minimum width of the column. Default value is 8.43.
    Browser Compatibility
    56+
    45+
    11
    See Also