get_XlsxConverterColumnAutoFit Method
Gets a value indicating whether XLSX converter should automatically calculate widths of all columns.
var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
var value; // Type: boolean
value = instance.get_XlsxConverterColumnAutoFit();
function get_XlsxConverterColumnAutoFit() : boolean;
Return Value
True if XLSX converter should automatically calculate widths of all columns; otherwise, false. Default value is true.