Click or drag to resize

XlsChartFormatCollection Clone Method

Note: This API is now obsolete.

Clones current object.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public override Object Clone(
	Object parent
)

Parameters

parent
Type: System Object
Parent object.

Return Value

Type: Object
Returns cloned object.

Implements

ICloneParent Clone(Object)
See Also