SlicerCacheLevels.Item[Object] Property

Definition

Returns the specified SlicerCacheLevel object from the collection, or if no level is specified, returns the first SlicerCacheLevel object in the collection.

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

Parameters

Level
Object

The MDX unique name of the level or index number of the object.

Property Value

Returns SlicerCacheLevel.

Applies to