ICombinedRange
Clone Method
|
Clones current IXLSRange.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
-
Type:
System
Object
Parent object.
-
hashNewNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
Hash table with new names.
-
book
-
Type:
Spire.Xls.Core.Spreadsheet
XlsWorkbook
Parent workbook.
Return Value
Type:
IXLSRange
Returns clone of current instance.
See Also