Spread Windows Forms 12.0 Product Documentation
HeaderRowStyle Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : HeaderRowStyle Property
Gets the name of the cell style that is applied to the header row cell of this column.
Syntax
'Declaration
 
Public ReadOnly Property HeaderRowStyle As String
'Usage
 
Dim instance As TableColumn
Dim value As String
 
value = instance.HeaderRowStyle
public string HeaderRowStyle {get;}

Property Value

A string value represents the name of the cell style that is applied to the header row cell.
See Also

Reference

TableColumn Structure
TableColumn Members