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

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

    Property Value

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