VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / set_XlsxConverterColumnMinWidth Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
set_XlsxConverterColumnMinWidth Метод
В этом разделе
Sets the minimum width of the column in XLSX document. 1 unit of measure is calculated as "value_of_this_property * maximum_width_of_symbol_in_default_font".
Синтаксис
var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_XlsxConverterColumnMinWidth(value);

Parameters

value
The minimum width of the column. Default value is 8.43.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Смотрите также