ICalculatedFields._Add Method
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 ICalculatedFields
Dim Name As String
Dim Formula As String
Dim returnValue As PivotField
returnValue = instance._Add(Name, Formula)
PivotField _Add(
string Name,
string Formula
)
Parameters
- Name
Type: System.String
- Formula
Type: System.String
Return Value
Type: Microsoft.Office.Interop.Excel.PivotField