ShapeReflection
Clone Method
|
Clones the current instance of ShapeReflection and sets the parent.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object Clone(
Object parent
)
Public Function Clone (
parent As Object
) As Object
public:
virtual Object^ Clone(
Object^ parent
) sealed
abstract Clone :
parent : Object -> Object
override Clone :
parent : Object -> Object
Parameters
-
parent
-
Type:
System
Object
The parent object.
Return Value
Type:
Object
A new instance of ShapeReflection that is a copy of the current instance.
Implements
ICloneParent
Clone(Object)
Exceptions
Exception
|
Condition
|
ArgumentNullException
|
Thrown when the parent parameter is null.
|
See Also