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


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

    Property Value

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