SlicerItem.Parent 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 parent SlicerCache object for the slicer item.
public:
property Microsoft::Office::Interop::Excel::SlicerCache ^ Parent { Microsoft::Office::Interop::Excel::SlicerCache ^ get(); };
public Microsoft.Office.Interop.Excel.SlicerCache Parent { get; }
Public ReadOnly Property Parent As SlicerCache
Property Value
The parent SlicerCache object for the slicer item.
Remarks
Read-only.