Click or drag to resize

XlsPivotTablesCollection Remove Method (String)

Removes pivot table 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(
	string name
)

Parameters

name
Type: System String
name of the pivot table to remove.

Implements

IPivotTables Remove(String)
See Also