SlicerCacheLevel.SlicerItems 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 a SlicerItems collection that contains the collection of all slicer items for the specified level.
public:
property Microsoft::Office::Interop::Excel::SlicerItems ^ SlicerItems { Microsoft::Office::Interop::Excel::SlicerItems ^ get(); };
public Microsoft.Office.Interop.Excel.SlicerItems SlicerItems { get; }
Public ReadOnly Property SlicerItems As SlicerItems
Property Value
A SlicerItems collection that contains the collection of all slicer items for the specified level.
Remarks
Read-only.