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