Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Remove(
	IPivotCache pivotCache
)
Public Sub Remove ( 
	pivotCache As IPivotCache
)
public:
void Remove(
	IPivotCache^ pivotCache
)
member Remove : 
        pivotCache : IPivotCache -> unit 

Parameters

pivotCache
IPivotCache

See Also