XlsSlicerCacheItemCollection
Item Property
|
Gets the slicer cache item at the specified index.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsSlicerCacheItem this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As XlsSlicerCacheItem
Get
public:
property XlsSlicerCacheItem^ default[int index] {
XlsSlicerCacheItem^ get (int index);
}
member Item : XlsSlicerCacheItem with get
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the slicer cache item to get.
Return Value
Type:
XlsSlicerCacheItem
The XlsSlicerCacheItem at the specified index.
See Also