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; }
    
    
    public: __property bool get_ColumnAutoFit();
    public: __property void set_ColumnAutoFit(
    bool value
    );
    public:
    property bool ColumnAutoFit { bool get(); void set(bool value); }

    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