Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / DefaultRowHeight Property


In This Topic
    DefaultRowHeight Property (ExcelWorksheet)
    In This Topic
    Gets or sets the default height of the row.
    Syntax
    'Declaration
     
    Public Property DefaultRowHeight As Double
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As Double
     
    instance.DefaultRowHeight = value
     
    value = instance.DefaultRowHeight
    public double DefaultRowHeight {get; set;}

    Property Value

    The default height of the row.
    See Also