VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / set_XlsxConverterColumnMinWidth Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_XlsxConverterColumnMinWidth Method
In This Topic
Sets 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 returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_XlsxConverterColumnMinWidth(value);

Parameters

value
The minimum width of the column. Default value is 8.43.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also