Spread Windows Forms 12.0 Product Documentation
Height Property (ItemTemplateInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ItemTemplateInfo Class : Height Property
Gets or sets the height.
Syntax
'Declaration
 
Public Property Height As Integer
'Usage
 
Dim instance As ItemTemplateInfo
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
public int Height {get; set;}

Property Value

An System.Int32 value that indicates the height.
See Also

Reference

ItemTemplateInfo Class
ItemTemplateInfo Members