SetTotalsRowStyle(String) Method
Sets the name of the cell style that is applied to the totals row cell.
public void SetTotalsRowStyle(
string
)
'Declaration
Public Overloads Sub SetTotalsRowStyle( _
ByVal 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.