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


In This Topic
TotalRow Property
In This Topic
Gets or sets the total row table style.
Syntax
'Declaration
 
Public Property TotalRow As TableElementStyle
 
'Usage
 
Dim instance As TableStyle
Dim value As TableElementStyle
 
instance.TotalRow = value
 
value = instance.TotalRow
See Also