Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / PreferredHeight Property


In This Topic
PreferredHeight Property (GcNumber)
In This Topic
Gets the preferred height.
Syntax
'Declaration
 
Public ReadOnly Property PreferredHeight As Integer
 
'Usage
 
Dim instance As GcNumber
Dim value As Integer
 
value = instance.PreferredHeight

Property Value

An System.Int32 value indicates preferred height of the control.
Remarks
This property just as the Height of GrapeCity.Win.Forms.Control.PreferredSize property.
See Also