VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebDocumentLayoutSettings Class / xlsxConverterColumnMaxWidth Property
Syntax Requirements SeeAlso
In This Topic
    xlsxConverterColumnMaxWidth Property (WebDocumentLayoutSettings)
    In This Topic
    Gets or sets the maximum width of the column in XLSX document.
    Syntax
    'Declaration
    
    Public Property xlsxConverterColumnMaxWidth As Single
    
    
    public float xlsxConverterColumnMaxWidth { get; set; }
    
    
    public: __property float get_xlsxConverterColumnMaxWidth();
    public: __property void set_xlsxConverterColumnMaxWidth(
    float value
    );
    public:
    property float xlsxConverterColumnMaxWidth { float get(); void set(float value); }
    Requirements

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

    See Also