Click or drag to resize

XlsPivotTablesCollection Remove Method (IPivotTable)

Removes the specified pivot table from the collection and performs necessary cleanup.

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(
	IPivotTable pivotTable
)

Parameters

pivotTable
Type: Spire.Xls.Core IPivotTable
The pivot table to be removed.
See Also