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


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