Share via


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

Return Value

Type: Microsoft.Office.Interop.Excel.PivotFormula

See Also

Reference

IPivotFormulas Interface

IPivotFormulas Members

Microsoft.Office.Interop.Excel Namespace