Spread WinForms 15
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

Property Value

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