Click or drag to resize

XlsChartDataTable Clone Method

Clone current Record.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsChartDataTable Clone(
	Object parent
)

Parameters

parent
Type: System Object
Parent object for create new instance.

Return Value

Type: XlsChartDataTable
Returns clone of current object.
See Also