ICalculatedFields._Default Property
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 PivotField
Get
'Usage
Dim instance As ICalculatedFields
Dim Field As Object
Dim value As PivotField
value = instance(Field)
PivotField this[
Object Field
] { get; }
Parameters
- Field
Type: System.Object
Property Value
Type: Microsoft.Office.Interop.Excel.PivotField