Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / ItemHeight Property


In This Topic
ItemHeight Property (GcTextBox)
In This Topic
Gets the height of a line.
Syntax
'Declaration
 
Public ReadOnly Property ItemHeight As Integer
 
'Usage
 
Dim instance As GcTextBox
Dim value As Integer
 
value = instance.ItemHeight

Property Value

An int value that indicates the height of a line.
See Also