Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemInfo Class / Height Property


In This Topic
Height Property (ListItemInfo)
In This Topic
Gets or sets the height of the ListItemInfo object.
Syntax
'Declaration
 
Public Property Height As Integer
 
'Usage
 
Dim instance As ListItemInfo
Dim value As Integer
 
instance.Height = value
 
value = instance.Height

Property Value

An System.Int32 value that represents the height of the ListItemInfo object.
See Also