In This Topic
Sets the totals row label.
Syntax
'Declaration
Public Sub SetTotalsRowLabel( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As Table
Dim index As Integer
Dim text As String
instance.SetTotalsRowLabel(index, text)
public void SetTotalsRowLabel(
int ,
string
)
Parameters
- index
- An integer value indicates the calculated column index.
- text
- A string value indicates the totals row label.
See Also