IPivotTables
Remove Method
 | 
Removes pivot table from the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
void Remove(
	string name
)
 
Sub Remove ( 
	name As String
)
 
void Remove(
	String^ name
)
 
abstract Remove : 
name : string -> unit 
 
 
 
Parameters
- 
name
 
- 
Type:
System
String
name of the pivot table to remove.
 
 
See Also