Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableDataColumn Interface / TotalLabel Property


In This Topic
TotalLabel Property (ITableDataColumn)
In This Topic
Gets or sets the total label. Internal use to sync data from ISheetDataMode.
Syntax
'Declaration
 
Property TotalLabel As String
 
'Usage
 
Dim instance As ITableDataColumn
Dim value As String
 
instance.TotalLabel = value
 
value = instance.TotalLabel
See Also