Creates copy of the current instance.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Function Clone As IWorkbook
abstract Clone : unit -> IWorkbook
Return Value
Type:
IWorkbook
Copy of the current instance.
See Also