Click or drag to resize

XlsChartDataPointsCollection Clone Method

Note: This API is now obsolete.

Creates a new object that is a copy of the current instance.

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 Object Clone(
	Object parent,
	XlsWorkbook book,
	Dictionary<int, int> fontIndexes,
	Dictionary<string, string> dicNewSheetNames
)

Parameters

parent
Type: System Object
Parent object for the cloned object.
book
Type: Spire.Xls.Core.Spreadsheet XlsWorkbook
Parent workbook.
fontIndexes
Type: System.Collections.Generic Dictionary Int32 , Int32
Dictionary with new font indexes.
dicNewSheetNames
Type: System.Collections.Generic Dictionary String , String
Dictionary with new sheet namees.

Return Value

Type: Object
A new object that is a copy of this instance.
See Also