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
See Also