SlicerCache.SlicerCacheItems

SlicerCache.SlicerCacheItems property

Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only

public SlicerCacheItemCollection SlicerCacheItems { get; }

Examples


[C#]

//get SlicerCacheItem collection that contains the collection of all items in the slicer cache.
SlicerCacheItemCollection slicerCacheItems = slicerCache.SlicerCacheItems;
Console.WriteLine(slicerCacheItems.Count);

See Also