SlicerItems.Item Property
Gets a SlicerItem object from a 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 SlicerItem
Get
'Usage
Dim instance As SlicerItems
Dim Index As Object
Dim value As SlicerItem
value = instance.Item(Index)
SlicerItem this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectThe name or index number of the SlicerItem object.
Property Value
Type: Microsoft.Office.Interop.Excel.SlicerItem
Returns SlicerItem.