Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / HeaderRowFormatting Property


In This Topic
HeaderRowFormatting Property (Table)
In This Topic
Gets the header row format.
Syntax
'Declaration
 
Public ReadOnly Property HeaderRowFormatting As DifferentialFormat
 
'Usage
 
Dim instance As Table
Dim value As DifferentialFormat
 
value = instance.HeaderRowFormatting

Property Value

A DifferentialFormat object represents the header row format.
See Also