Click or drag to resize

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
)

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