VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / XlsxConverterSettings Class
In This Topic
XlsxConverterSettings Class Properties
In This Topic
For a list of all properties of this type, see XlsxConverterSettings.
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether converter should automatically calculate widths of all columns.
Public PropertyGets 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".
Public PropertyGets 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".
Public Propertystatic (Shared in Visual Basic)Gets or sets the default XLSX converter settings.
See Also