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


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

Property Value

A DifferentialFormat object represents the header row border format.
See Also