IPivotTableChangeList.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Add ( _
Tuple As String, _
Value As Double, _
AllocationValue As Object, _
AllocationMethod As Object, _
AllocationWeightExpression As Object _
) As ValueChange
'Usage
Dim instance As IPivotTableChangeList
Dim Tuple As String
Dim Value As Double
Dim AllocationValue As Object
Dim AllocationMethod As Object
Dim AllocationWeightExpression As Object
Dim returnValue As ValueChange
returnValue = instance.Add(Tuple, Value, _
AllocationValue, AllocationMethod, _
AllocationWeightExpression)
ValueChange Add(
string Tuple,
double Value,
Object AllocationValue,
Object AllocationMethod,
Object AllocationWeightExpression
)
Parameters
- Tuple
Type: System.String
- Value
Type: System.Double
- AllocationValue
Type: System.Object
- AllocationMethod
Type: System.Object
- AllocationWeightExpression
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.ValueChange