Header Property (ListColumn)
Gets or sets a value that represents header settings of the
ListColumn.
'Declaration
Public Property Header As ListHeader
'Usage
Dim instance As ListColumn
Dim value As ListHeader
instance.Header = value
value = instance.Header
Property Value
A
ListHeader object that represents the header of the
ListColumn.