Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DefaultListColumn Class / Header Property


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

    Property Value

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