Click or drag to resize

ChartLegendEntriesColl Clone Method

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 ChartLegendEntriesColl Clone(
	Object parent,
	Dictionary<int, int> dicIndexes,
	Dictionary<string, string> dicNewSheetNames
)

Parameters

parent
Type: System Object
Parent for cloned object.
dicIndexes
Type: System.Collections.Generic Dictionary Int32 , Int32
Represents list with new font indexes.
dicNewSheetNames
Type: System.Collections.Generic Dictionary String , String

Return Value

Type: ChartLegendEntriesColl
Returns cloned object.
See Also