Gets the name of the cell style that is applied to the header row cell of this column.
public string HeaderRowStyle {get;}
'Declaration
Public ReadOnly Property HeaderRowStyle As String
'Usage
Dim instance As TableColumn
Dim value As String
value = instance.HeaderRowStyle
Property Value
A string value represents the name of the cell style that is applied to the header row cell.