VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_XlsxConverterColumnAutoFit Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_XlsxConverterColumnAutoFit Method
In This Topic
Gets a value indicating whether XLSX converter should automatically calculate widths of all columns.
Syntax
var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();

var value; // Type: boolean
value = instance.get_XlsxConverterColumnAutoFit();

Return Value

True if XLSX converter should automatically calculate widths of all columns; otherwise, false. Default value is true.
Browser Compatibility
9
See Also