Spread Windows Forms 12.0 Product Documentation
HeaderRowFormatting Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : HeaderRowFormatting Property
Gets the format to apply to the header row cell of this column.
Syntax
'Declaration
 
Public ReadOnly Property HeaderRowFormatting As DifferentialFormat
'Usage
 
Dim instance As TableColumn
Dim value As DifferentialFormat
 
value = instance.HeaderRowFormatting
public DifferentialFormat HeaderRowFormatting {get;}

Property Value

A DifferentialFormat represents the format to apply to the header row cell of this column.
See Also

Reference

TableColumn Structure
TableColumn Members