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


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