Click or drag to resize

XlsChartInterior Clone Method (Object)

Creates a deep copy of the XlsChartInterior object with the specified parent.

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
)

Parameters

parent
Type: System Object
The parent object to which the cloned interior will belong.

Return Value

Type: XlsChartInterior
A new XlsChartInterior object that is a copy of the current instance.
See Also