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


In This Topic
    Height Property (ListItem)
    In This Topic
    Gets or sets the height of the ListItem.
    Syntax
    'Declaration
     
    
    Public Property Height As Integer
    'Usage
     
    
    Dim instance As ListItem
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public int Height {get; set;}

    Property Value

    A System.Int32 value that represents the height of the ListItem.
    See Also