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