Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderPane Class / Height Property


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

    Property Value

    A System.Int32 value that indicates height of ListHeaderPane.
    The default is 20.
    See Also