Share via


IPivotItemList._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 PivotItem
    Get
'Usage
Dim instance As IPivotItemList
Dim Field As Object
Dim value As PivotItem

value = instance(Field)
PivotItem this[
    Object Field
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.PivotItem

See Also

Reference

IPivotItemList Interface

IPivotItemList Members

Microsoft.Office.Interop.Excel Namespace