Aspose::Cells::Slicers::SlicerCacheItemCollection::Get method

SlicerCacheItemCollection::Get method

Gets the SlicerCacheItem object by index.

SlicerCacheItem Aspose::Cells::Slicers::SlicerCacheItemCollection::Get(int32_t index)

Examples

SlicerCacheItem item = items.Get(0);

See Also