Click or drag to resize

XlsPivotTable Clone Method (Object, Int32, Dictionary String, String )

Creates a clone of the specified object with additional parameters for caching and worksheet name mapping.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object Clone(
	Object parent,
	int cacheIndex,
	Dictionary<string, string> hashWorksheetNames
)

Parameters

parent
Type: System Object
cacheIndex
Type: System Int32
hashWorksheetNames
Type: System.Collections.Generic Dictionary String , String

Return Value

Type: Object
See Also