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


In This Topic
TotalLabel Property (TableViewColumn)
In This Topic
Gets or sets the label in the total cell of the column.
Syntax
'Declaration
 
Public Property TotalLabel As String
 
'Usage
 
Dim instance As TableViewColumn
Dim value As String
 
instance.TotalLabel = value
 
value = instance.TotalLabel
See Also