CalculatedItems._Default Property
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Default Property _Default ( _
Field As Object _
) As PivotItem
Get
'Usage
Dim instance As CalculatedItems
Dim Field As Object
Dim value As PivotItem
value = instance(Field)
PivotItem this[
Object Field
] { get; }
Parameters
- Field
Type: System.Object
Property Value
Type: Microsoft.Office.Interop.Excel.PivotItem