Note: This API is now obsolete.
Creates a deep copy of the current workbook.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public IWorkbook Clone()
<ObsoleteAttribute("the method is not implemented")>
Public Function Clone As IWorkbook
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual IWorkbook^ Clone() sealed
[<ObsoleteAttribute("the method is not implemented")>]
abstract Clone : unit -> IWorkbook
[<ObsoleteAttribute("the method is not implemented")>]
override Clone : unit -> IWorkbook
Return Value
Type:
IWorkbook
A new IWorkbook object that is a deep copy of the current workbook.
Implements
IWorkbook
Clone
See Also