SlicerCacheItemCollection.Item

SlicerCacheItemCollection indexer

Gets the SlicerCacheItem object by index.

public SlicerCacheItem this[int index] { get; }

Examples


[C#]

SlicerCacheItem item = items[0];

See Also