Spread Windows Forms 12.0 Product Documentation
TotalsRowLabel Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : TotalsRowLabel Property
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
public string TotalsRowLabel {get;}

Property Value

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

Reference

TableColumn Structure
TableColumn Members