Aspose::Cells::Slicers::SlicerCacheItemCollection::GetCount method

SlicerCacheItemCollection::GetCount method

Gets the count of the SlicerCacheItem.

int32_t Aspose::Cells::Slicers::SlicerCacheItemCollection::GetCount()

Examples

int count = items.GetCount();

See Also