SlicerCacheItemCollection.Count

SlicerCacheItemCollection.Count property

Gets the count of the SlicerCacheItem.

public int Count { get; }

Examples


[C#]

int count = items.Count;

See Also