Click or drag to resize

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
)

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