Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[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

IWorkbook

Implements

IWorkbook..::..Clone()()()()

See Also