FlexGrid for WPF | ComponentOne
C1.WPF.Grid.Excel Assembly / C1.WPF.Grid Namespace / LoadExcelOptions Class / ColumnMaxWidth Property

In This Topic
    ColumnMaxWidth Property
    In This Topic
    Gets or sets the maximum allowable width for the columns.
    Syntax
    'Declaration
     
    Public Property ColumnMaxWidth As Single
    public float ColumnMaxWidth {get; set;}

    Property Value

    The default value is 0, meaning no maximum width is applied.
    See Also