Gets the name of the cell style that is applied to the totals row cell of this column.
public string TotalsRowStyle {get;}
'Declaration
Public ReadOnly Property TotalsRowStyle As String
'Usage
Dim instance As TableColumn
Dim value As String
value = instance.TotalsRowStyle
Property Value
A string value represents the name of the cell style that is applied to the totals row cell.