XlsWorksheetBase
Clone Method
|
Note: This API is now obsolete.
Creates copy of the current object.
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 virtual Object Clone(
Object parent
)
<ObsoleteAttribute("the method is not implemented")>
Public Overridable Function Clone (
parent As Object
) As Object
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual Object^ Clone(
Object^ parent
)
[<ObsoleteAttribute("the method is not implemented")>]
abstract Clone :
parent : Object -> Object
[<ObsoleteAttribute("the method is not implemented")>]
override Clone :
parent : Object -> Object
Parameters
-
parent
-
Type:
System
Object
Parent object for the new object.
Return Value
Type:
Object
Copy of the current object.
Implements
ICloneParent
Clone(Object)
See Also