Click or drag to resize

XlsPivotCachesCollection Remove Method

Removes the specified pivot cache from the collection.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
	IPivotCache pivotCache
)

Parameters

pivotCache
Type: Spire.Xls.Core IPivotCache
The pivot cache to be removed.
See Also