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


In This Topic
    Header Property (ListColumn)
    In This Topic
    Gets or sets a value that represents header settings of the ListColumn.
    Syntax
    'Declaration
     
    
    Public Property Header As ListHeader
    'Usage
     
    
    Dim instance As ListColumn
    Dim value As ListHeader
     
    instance.Header = value
     
    value = instance.Header
    public ListHeader Header {get; set;}

    Property Value

    A ListHeader object that represents the header of the ListColumn.
    See Also