Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / HeaderCellStyle Property


In This Topic
HeaderCellStyle Property
In This Topic
Gets or sets the style in the header cell of the table.
Syntax
'Declaration
 
Public Property HeaderCellStyle As StyleInfo
 
'Usage
 
Dim instance As TableViewColumn
Dim value As StyleInfo
 
instance.HeaderCellStyle = value
 
value = instance.HeaderCellStyle
See Also