Spread Windows Forms 12.0 Product Documentation
Header Property (ListColumnInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListColumnInfo Class : Header Property
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

Reference

ListColumnInfo Class
ListColumnInfo Members