Slicer.SlicerCache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the SlicerCache object associated with the slicer.
public:
property Microsoft::Office::Interop::Excel::SlicerCache ^ SlicerCache { Microsoft::Office::Interop::Excel::SlicerCache ^ get(); };
public Microsoft.Office.Interop.Excel.SlicerCache SlicerCache { get; }
Public ReadOnly Property SlicerCache As SlicerCache
Property Value
The SlicerCache object associated with the slicer.
Remarks
Read-only.