VintaSoft Twain .NET SDK 15.4: 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();

Return Value

The minimum width of the column. Default value is 8.43.
Browser Compatibility
9
See Also