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

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

    Property Value

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