Click or drag to resize

XlsPivotTablesCollection Clone Method (XlsWorksheet, Dictionary String, String )

Clones the PivotTablesCollection to a specified worksheet with a mapping of old to new worksheet names.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public PivotTablesCollection Clone(
	XlsWorksheet worksheet,
	Dictionary<string, string> hashWorksheetNames
)

Parameters

worksheet
Type: Spire.Xls.Core.Spreadsheet XlsWorksheet
hashWorksheetNames
Type: System.Collections.Generic Dictionary String , String

Return Value

Type: PivotTablesCollection
See Also