Click or drag to resize

IInternalWorksheet GetClonedObject Method

Gets object that is clone of current worksheet in the specified workbook.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IInternalWorksheet GetClonedObject(
	Dictionary<string, string> hashNewNames,
	XlsWorkbook book
)

Parameters

hashNewNames
Type: System.Collections.Generic Dictionary String , String
Dictionary with update worksheet names.
book
Type: Spire.Xls.Core.Spreadsheet XlsWorkbook
New workbook object.

Return Value

Type: IInternalWorksheet
Object that is clone of the current worksheet.
See Also