VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / set_XlsxConverterColumnAutoFit Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
set_XlsxConverterColumnAutoFit Метод
В этом разделе
Sets a value indicating whether XLSX converter should automatically calculate widths of all columns.
Синтаксис
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.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Смотрите также