Click or drag to resize

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

Parameters

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

Return Value

Type: XlsChartLegendEntry
Returns cloned object.
See Also