IPivotFormulas.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Add ( _
Formula As String, _
UseStandardFormula As Object _
) As PivotFormula
'Usage
Dim instance As IPivotFormulas
Dim Formula As String
Dim UseStandardFormula As Object
Dim returnValue As PivotFormula
returnValue = instance.Add(Formula, UseStandardFormula)
PivotFormula Add(
string Formula,
Object UseStandardFormula
)
Parameters
- Formula
Type: System.String
- UseStandardFormula
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.PivotFormula