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
)
Public Sub Remove (
name As String
)
public:
virtual void Remove(
String^ name
) sealed
abstract Remove :
name : string -> unit
override Remove :
name : string -> unit
Parameters
-
name
-
Type:
System
String
name of the pivot table to remove.
Implements
IPivotTables
Remove(String)
See Also