Click or drag to resize

ChartTextArea Clone Method (Object)

Creates object that is copy of the current instance.

Namespace: Spire.Xls.Charts
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
Parent object for create new instance.

Return Value

Type: Object
Returns clone of current object.
See Also