Click or drag to resize

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
)

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