共用方式為


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, _
    UseStandardFormula As Object _
) As PivotField
'Usage
Dim instance As ICalculatedFields
Dim Name As String
Dim Formula As String
Dim UseStandardFormula As Object
Dim returnValue As PivotField

returnValue = instance.Add(Name, Formula, _
    UseStandardFormula)
PivotField Add(
    string Name,
    string Formula,
    Object UseStandardFormula
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.PivotField

See Also

Reference

ICalculatedFields Interface

ICalculatedFields Members

Microsoft.Office.Interop.Excel Namespace