XlsShape
Clone Method (Object)
|
Creates a clone of the current shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
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
New parent for the shape object.
Return Value
Type:
Object
A copy of the current shape.
Implements
ICloneParent
Clone(Object)
See Also