Share via


SlicerPivotTables.Item Property

Gets a single PivotTable object from the collection.

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 PivotTable
    Get
'Usage
Dim instance As SlicerPivotTables
Dim Index As Object
Dim value As PivotTable

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

Parameters

  • Index
    Type: System.Object

    The name or index number of the object.

Property Value

Type: Microsoft.Office.Interop.Excel.PivotTable
Returns PivotTable.

See Also

Reference

SlicerPivotTables Interface

SlicerPivotTables Members

Microsoft.Office.Interop.Excel Namespace