Click or drag to resize

XlsChart Clone Method (Dictionary String, String , Object, Dictionary Int32, Int32 )

Note: This API is now obsolete.

Clones 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 XlsChart Clone(
	Dictionary<string, string> hashNewNames,
	Object parent,
	Dictionary<int, int> dicFontIndexes
)

Parameters

hashNewNames
Type: System.Collections.Generic Dictionary String , String
Hash table with new Worksheet names.
parent
Type: System Object
Parent object.
dicFontIndexes
Type: System.Collections.Generic Dictionary Int32 , Int32
Dictionary with new font indexes.

Return Value

Type: XlsChart
Returns clone of current object.
See Also