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


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