Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / DefaultRowHeight Property


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

    Property Value

    The default height of the row.
    See Also