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

Parameters

value
True if XLSX converter should automatically calculate widths of all columns; otherwise, false. Default value is true.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
9
See Also