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
)
Public Function Clone (
parent As Object,
cacheIndex As Integer,
hashWorksheetNames As Dictionary(Of String, String)
) As Object
public:
Object^ Clone(
Object^ parent,
int cacheIndex,
Dictionary<String^, String^>^ hashWorksheetNames
)
member Clone :
parent : Object *
cacheIndex : int *
hashWorksheetNames : Dictionary<string, string> -> Object
Parameters
-
parent
-
Type:
System
Object
-
cacheIndex
-
Type:
System
Int32
-
hashWorksheetNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
Return Value
Type:
Object
See Also