VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / XlsxConverterSettings Class / ColumnAutoFit Property
Syntax Remarks Requirements SeeAlso
In This Topic
ColumnAutoFit Property (XlsxConverterSettings)
In This Topic
Gets or sets a value indicating whether converter should automatically calculate widths of all columns.
Syntax
'Declaration

Public Property ColumnAutoFit As Boolean

public bool ColumnAutoFit { get; set; }

Property Value

True if converter should automatically calculate widths of all columns; otherwise, false.
Remarks

If this property is enabled and ColumnMinWidth equals ColumnMaxWidth, columns will have fixed width.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also