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
)
 
Public Sub Remove ( 
	pivotTable As IPivotTable
)
 
public:
void Remove(
	IPivotTable^ pivotTable
)
 
member Remove : 
pivotTable : IPivotTable -> unit 
 
 
 
Parameters
- 
pivotTable
 
- 
Type:
Spire.Xls.Core
IPivotTable
The pivot table to be removed.
 
 
See Also