Share via


CalculatedFields._Add Method

Reserved for internal use.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Function _Add ( _
    Name As String, _
    Formula As String _
) As PivotField
'Usage
Dim instance As CalculatedFields
Dim Name As String
Dim Formula As String
Dim returnValue As PivotField

returnValue = instance._Add(Name, Formula)
PivotField _Add(
    string Name,
    string Formula
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.PivotField

See Also

Reference

CalculatedFields Interface

CalculatedFields Members

Microsoft.Office.Interop.Excel Namespace