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);
function set_XlsxConverterColumnMinWidth(
: number
) : any;
Parameters
- value
- The minimum width of the column. Default value is 8.43.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also