Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / SetTotalsRowStyle Method / SetTotalsRowStyle(String) Method
A string value represents the name of the cell style that is applied to the totals row cell.


In This Topic
SetTotalsRowStyle(String) Method
In This Topic
Sets the name of the cell style that is applied to the totals row cell.
Syntax
'Declaration
 
Public Overloads Sub SetTotalsRowStyle( _
   ByVal styleName As String _
) 
 
'Usage
 
Dim instance As Table
Dim styleName As String
 
instance.SetTotalsRowStyle(styleName)

Parameters

styleName
A string value represents the name of the cell style that is applied to the totals row cell.
See Also