Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultListColumnInfo Class / Header Property


In This Topic
    Header Property (DefaultListColumnInfo)
    In This Topic
    Gets or sets the ListHeaderInfo.
    Syntax
    'Declaration
     
    
    Public Property Header As ListHeaderInfo
    'Usage
     
    
    Dim instance As DefaultListColumnInfo
    Dim value As ListHeaderInfo
     
    instance.Header = value
     
    value = instance.Header
    public ListHeaderInfo Header {get; set;}

    Property Value

    A ListHeader instance that indicates the header of the list control.
    See Also