Click or drag to resize

Format3D Clone Method

Clones the object with the specified 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 cloned object.

Implements

ICloneParent Clone(Object)
See Also