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
)
Function GetClonedObject (
hashNewNames As Dictionary(Of String, String),
book As XlsWorkbook
) As IInternalWorksheet
IInternalWorksheet^ GetClonedObject(
Dictionary<String^, String^>^ hashNewNames,
XlsWorkbook^ book
)
abstract GetClonedObject :
hashNewNames : Dictionary<string, string> *
book : XlsWorkbook -> IInternalWorksheet
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