Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / TotalsRowLabel Property


In This Topic
TotalsRowLabel Property
In This Topic
Gets the totals row label.
Syntax
'Declaration
 
Public ReadOnly Property TotalsRowLabel As String
 
'Usage
 
Dim instance As TableColumn
Dim value As String
 
value = instance.TotalsRowLabel

Property Value

A System.String value represents the totals row label.
See Also