DocumentProperty
Clone Method
|
Note: This API is now obsolete.
Creates a new object that is a copy of the current instance.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public Object Clone()
<ObsoleteAttribute("the method is not implemented")>
Public Function Clone As Object
public:
[ObsoleteAttribute(L"the method is not implemented")]
Object^ Clone()
[<ObsoleteAttribute("the method is not implemented")>]
member Clone : unit -> Object
Return Value
Type:
Object
A new object that is a copy of this instance.
See Also