Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / SetTotalsRowStyle Method / SetTotalsRowStyle(Int32,String) Method
An integer value indicates the specifed column's index.
A string value represents the name of the cell style that is applied to the totals row cell.


In This Topic
    SetTotalsRowStyle(Int32,String) Method
    In This Topic
    Sets the name of the cell style that is applied to the totals row cell of the specified column.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetTotalsRowStyle( _
       ByVal index As Integer, _
       ByVal styleName As String _
    ) 
    'Usage
     
    
    Dim instance As Table
    Dim index As Integer
    Dim styleName As String
     
    instance.SetTotalsRowStyle(index, styleName)
    public void SetTotalsRowStyle( 
       int index,
       string styleName
    )

    Parameters

    index
    An integer value indicates the specifed column's index.
    styleName
    A string value represents the name of the cell style that is applied to the totals row cell.
    See Also