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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public IXLSRange Clone(
	Object parent,
	Dictionary<string, string> hashNewNames,
	XlsWorkbook book
)
<ObsoleteAttribute("the method is not implemented")> 
Public Function Clone ( 
	parent As Object,
	hashNewNames As Dictionary(Of String, String),
	book As XlsWorkbook
) As IXLSRange
public:
[ObsoleteAttribute(L"the method is not implemented")]
IXLSRange^ Clone(
	Object^ parent, 
	Dictionary<String^, String^>^ hashNewNames, 
	XlsWorkbook^ book
)
[<ObsoleteAttribute("the method is not implemented")>]
member 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