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