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