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
)
Public Function Clone (
worksheet As XlsWorksheet,
hashWorksheetNames As Dictionary(Of String, String)
) As PivotTablesCollection
public:
PivotTablesCollection^ Clone(
XlsWorksheet^ worksheet,
Dictionary<String^, String^>^ hashWorksheetNames
)
member Clone :
worksheet : XlsWorksheet *
hashWorksheetNames : Dictionary<string, string> -> PivotTablesCollection
Parameters
-
worksheet
-
Type:
Spire.Xls.Core.Spreadsheet
XlsWorksheet
-
hashWorksheetNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
Return Value
Type:
PivotTablesCollection
See Also