CellRange
Clone Method (Object, Dictionary
String, String
, Workbook)
|
Clones current IXLSRange.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange Clone(
Object parent,
Dictionary<string, string> rangeNames,
Workbook book
)
Public Function Clone (
parent As Object,
rangeNames As Dictionary(Of String, String),
book As Workbook
) As CellRange
public:
CellRange^ Clone(
Object^ parent,
Dictionary<String^, String^>^ rangeNames,
Workbook^ book
)
member Clone :
parent : Object *
rangeNames : Dictionary<string, string> *
book : Workbook -> CellRange
Parameters
-
parent
-
Type:
System
Object
Parent object.
-
rangeNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
new names.
-
book
-
Type:
Spire.Xls
Workbook
Parent workbook.
Return Value
Type:
CellRange
Cloned instance.
See Also