Click or drag to resize

XlsChartInterior Clone Method (Object, Boolean)

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
public XlsChartInterior Clone(
	Object parent,
	bool isFrameClone
)

Parameters

parent
Type: System Object
Represents parent object.
isFrameClone
Type: System Boolean
Indicates whether the clone is part of a frame clone operation.

Return Value

Type: XlsChartInterior
Returns cloned object.
See Also