Click or drag to resize

XlsSlicerCollection Remove Method

Removes the specified slicer from the collection.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
	XlsSlicer slicer
)

Parameters

slicer
Type: Spire.Xls XlsSlicer
The XlsSlicer to remove.
See Also