Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / SetTotalsRowLabel Method
An integer value indicates the calculated column index.
A string value indicates the totals row label.


In This Topic
    SetTotalsRowLabel Method
    In This Topic
    Sets the totals row label.
    Syntax
    'Declaration
     
    
    Public Sub SetTotalsRowLabel( _
       ByVal index As Integer, _
       ByVal text As String _
    ) 
    'Usage
     
    
    Dim instance As Table
    Dim index As Integer
    Dim text As String
     
    instance.SetTotalsRowLabel(index, text)
    public void SetTotalsRowLabel( 
       int index,
       string text
    )

    Parameters

    index
    An integer value indicates the calculated column index.
    text
    A string value indicates the totals row label.
    See Also