SlicerCaches.Item[Object] Property

Definition

Gets a single SlicerCache object from the collection.

public:
 property Microsoft::Office::Interop::Excel::SlicerCache ^ Item[System::Object ^] { Microsoft::Office::Interop::Excel::SlicerCache ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Excel.SlicerCache Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As SlicerCache

Parameters

Index
Object

The name or index number of the object.

Property Value

Returns SlicerCache.

Applies to