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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Object
cacheIndex
Int32
hashWorksheetNames
Dictionary<(Of <(<'String, String>)>)>

Return Value

Object

See Also