Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / RowHeight Property


In This Topic
    RowHeight Property
    In This Topic
    Gets or sets the height of the row.
    Syntax
    'Declaration
     
    
    Property RowHeight As Integer
    'Usage
     
    
    Dim instance As IRange
    Dim value As Integer
     
    instance.RowHeight = value
     
    value = instance.RowHeight
    int RowHeight {get; set;}

    Property Value

    The height of the row.
    See Also