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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
IXLSRange Clone(
	Object parent,
	Dictionary<string, string> hashNewNames,
	XlsWorkbook book
)
Function Clone ( 
	parent As Object,
	hashNewNames As Dictionary(Of String, String),
	book As XlsWorkbook
) As IXLSRange
IXLSRange^ Clone(
	Object^ parent, 
	Dictionary<String^, String^>^ hashNewNames, 
	XlsWorkbook^ book
)
abstract Clone : 
        parent : Object * 
        hashNewNames : Dictionary<string, string> * 
        book : XlsWorkbook -> IXLSRange 

Parameters

parent
Object
hashNewNames
Dictionary<(Of <(<'String, String>)>)>
book
XlsWorkbook

Return Value

IXLSRange

See Also