VintaSoft Imaging .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_XlsxConverterColumnAutoFit Property
Syntax BrowserCompatibility SeeAlso
В этом разделе
    get_XlsxConverterColumnAutoFit Метод
    В этом разделе
    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.
    Смотрите также