Share via


SlicerCache.Delete Method

Deletes the specified slicer cache and the slicers associated with it.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub Delete
'Usage
Dim instance As SlicerCache

instance.Delete()
void Delete()

Remarks

To delete a particular slicer independently of the slicer cache, use the Delete() method of the Slicer object instead.

See Also

Reference

SlicerCache Interface

SlicerCache Members

Microsoft.Office.Interop.Excel Namespace