ICloneParent
Clone Method
|
Creates a new object that is a 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
Object Clone(
Object parent
)
Function Clone (
parent As Object
) As Object
Object^ Clone(
Object^ parent
)
abstract Clone :
parent : Object -> Object
Parameters
-
parent
-
Type:
System
Object
Parent object for a copy of this instance.
Return Value
Type:
Object
A new object that is a copy of this instance.
See Also