VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / set_XlsxConverterColumnAutoFit Property
Syntax Exceptions BrowserCompatibility SeeAlso
В этом разделе
    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);
    
    
    function set_XlsxConverterColumnAutoFit(
    value
    True if XLSX converter should automatically calculate widths of all columns; otherwise, false. Default value is true.
    : boolean
    ) : any;

    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.
    Смотрите также