Click or drag to resize

XlsWorksheet GetClonedObject Method

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

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public 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.

Implements

IInternalWorksheet GetClonedObject(Dictionary String, String , XlsWorkbook)
See Also