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


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

    Property Value

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