Share via


PivotFilters.Item Property

Returns a specific element of the PivotFilters collection object by its position in the collection. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Item ( _
    Index As Object _
) As PivotFilter
    Get
'Usage
Dim instance As PivotFilters
Dim Index As Object
Dim value As PivotFilter

value = instance.Item(Index)
PivotFilter this[
    Object Index
] { get; }

Parameters

  • Index
    Type: System.Object

    Required Object Specifies the position of an element of the collection.

Property Value

Type: Microsoft.Office.Interop.Excel.PivotFilter
PivotFilter

See Also

Reference

PivotFilters Interface

PivotFilters Members

Microsoft.Office.Interop.Excel Namespace