IPivotFormulas.Item Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Item ( _
Index As Object _
) As PivotFormula
'Usage
Dim instance As IPivotFormulas
Dim Index As Object
Dim returnValue As PivotFormula
returnValue = instance.Item(Index)
PivotFormula Item(
Object Index
)
Parameters
- Index
Type: System.Object
Return Value
Type: Microsoft.Office.Interop.Excel.PivotFormula