set_XlsxConverterColumnAutoFit Method
In This Topic
Sets a value indicating whether XLSX converter should automatically calculate widths of all columns.
Syntax
var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_XlsxConverterColumnAutoFit(value);
function set_XlsxConverterColumnAutoFit(
: boolean
) : any;
Parameters
- value
- True if XLSX converter should automatically calculate widths of all columns; otherwise, false. Default value is true.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also