XlsSlicer
SlicerCache Property
|
Gets the SlicerCache object associated with the slicer. Read-only.
Lazily initializes the SlicerCache 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 XlsSlicerCache SlicerCache { get; }
Public ReadOnly Property SlicerCache As XlsSlicerCache
Get
public:
property XlsSlicerCache^ SlicerCache {
XlsSlicerCache^ get ();
}
member SlicerCache : XlsSlicerCache with get
Property Value
Type:
XlsSlicerCache
See Also