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

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

    Property Value

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