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.ObjectRequired Object Specifies the position of an element of the collection.
Property Value
Type: Microsoft.Office.Interop.Excel.PivotFilter
PivotFilter