XlsxConverterSettings Class Properties
In This Topic
For a list of all properties of this type, see
XlsxConverterSettings.
Public Properties
| | Name | Description |
 | ColumnAutoFit | Gets or sets a value indicating whether converter should automatically calculate widths of all columns. |
 | ColumnMaxWidth | Gets or sets the maximum width of the column. 1 unit of measure is calculated as "value_of_this_property * maximum_width_of_symbol_in_default_font". |
 | ColumnMinWidth | Gets or sets the minimum width of the column. 1 unit of measure is calculated as "value_of_this_property * maximum_width_of_symbol_in_default_font". |
  | Default | Gets or sets the default XLSX converter settings. |
See Also