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

In This Topic
    OverriddenRowDefaultHeight Property
    In This Topic
    Gets or sets the height that overrides the default Excel row height.
    Syntax
    'Declaration
     
    Public Property OverriddenRowDefaultHeight As Single
    public float OverriddenRowDefaultHeight {get; set;}

    Property Value

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