XlsSlicerCache
SlicerCacheItems Property
|
Gets a collection of all items in the slicer cache. Read-only.
Lazily initializes the collection if it's null.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsSlicerCacheItemCollection SlicerCacheItems { get; }
Public ReadOnly Property SlicerCacheItems As XlsSlicerCacheItemCollection
Get
public:
property XlsSlicerCacheItemCollection^ SlicerCacheItems {
XlsSlicerCacheItemCollection^ get ();
}
member SlicerCacheItems : XlsSlicerCacheItemCollection with get
Property Value
Type:
XlsSlicerCacheItemCollection
See Also