'Declaration
Public Overloads Function SetTotalsRowFormula( _ ByVal index As Integer, _ ByVal function As TotalsCalculation _ ) As Boolean
'Usage
Dim instance As Table Dim index As Integer Dim function As TotalsCalculation Dim value As Boolean value = instance.SetTotalsRowFormula(index, function)
public bool SetTotalsRowFormula( int index, TotalsCalculation function )
Parameters
- index
- An integer value indicates the calculated column index.
- function
- A TotalsCalculation value indicates the totals row function.
Return Value
true
if the formula is set successful, false
otherwise.