Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplateInfo Class / Height Property


In This Topic
    Height Property (ItemTemplateInfo)
    In This Topic
    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