Spread WPF 17
GrapeCity.Excel Namespace / IExcelRow Interface / Height Property


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

    Property Value

    The height of the two.
    See Also