Aspose::Cells::Slicers::SlicerCache::GetSlicerCacheItems method

SlicerCache::GetSlicerCacheItems method

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

SlicerCacheItemCollection Aspose::Cells::Slicers::SlicerCache::GetSlicerCacheItems()

Examples

//get SlicerCacheItem collection that contains the collection of all items in the slicer cache.
SlicerCacheItemCollection slicerCacheItems = slicerCache.GetSlicerCacheItems();
int count = slicerCacheItems.GetCount();

See Also