XlsPivotCachesCollection
Remove Method
|
Removes the specified pivot cache 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(
IPivotCache pivotCache
)
Public Sub Remove (
pivotCache As IPivotCache
)
public:
void Remove(
IPivotCache^ pivotCache
)
member Remove :
pivotCache : IPivotCache -> unit
Parameters
-
pivotCache
-
Type:
Spire.Xls.Core
IPivotCache
The pivot cache to be removed.
See Also