Spread Windows Forms 12.0 Product Documentation
Height Property (ListItemInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemInfo Class : Height Property
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
public int Height {get; set;}

Property Value

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

Reference

ListItemInfo Class
ListItemInfo Members