Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / TotalCellStyleName Property


In This Topic
TotalCellStyleName Property
In This Topic
Gets or sets the style name in the total cell of the table.
Syntax
'Declaration
 
Public Property TotalCellStyleName As String
 
'Usage
 
Dim instance As TableViewColumn
Dim value As String
 
instance.TotalCellStyleName = value
 
value = instance.TotalCellStyleName
See Also