Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / FirstHeaderCell Property


In This Topic
FirstHeaderCell Property
In This Topic
Gets or sets the header cell of the table style.
Syntax
'Declaration
 
Public Property FirstHeaderCell As TableElementStyle
 
'Usage
 
Dim instance As TableStyle
Dim value As TableElementStyle
 
instance.FirstHeaderCell = value
 
value = instance.FirstHeaderCell
See Also