SlicerItem.Parent Property
Gets the parent SlicerCache object for the slicer item.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Parent As SlicerCache
Get
'Usage
Dim instance As SlicerItem
Dim value As SlicerCache
value = instance.Parent
SlicerCache Parent { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SlicerCache
The parent SlicerCache object for the slicer item.
Remarks
Read-only.