SlicerCacheItemCollectionItem Property |
Gets the SlicerCacheItem object by index.
Namespace:
Aspose.Cells.Slicers
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic SlicerCacheItem this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As SlicerCacheItem
Get
public:
property SlicerCacheItem^ default[int index] {
SlicerCacheItem^ get (int index);
}
member Item : SlicerCacheItem with get
Parameters
- index
- Type: SystemInt32
Property Value
Type:
SlicerCacheItem
Examples[C#]
SlicerCacheItem item = items[0];
See Also