Click or drag to resize

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
)

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