Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / SlicerCache Property


In This Topic
SlicerCache Property (Slicer)
In This Topic
Gets the ISlicerCache object associated with the slicer.
Syntax
'Declaration
 
Public ReadOnly Property SlicerCache As ISlicerCache
 
'Usage
 
Dim instance As Slicer
Dim value As ISlicerCache
 
value = instance.SlicerCache

Property Value

The ISlicerCache object associated with the slicer.
See Also