Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / DefaultRowHeight Property


In This Topic
    DefaultRowHeight Property
    In This Topic
    Gets the default height of the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DefaultRowHeight As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As Integer
     
    value = instance.DefaultRowHeight
    public int DefaultRowHeight {get;}

    Property Value

    An integer value indicates the default height of the row.
    See Also