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
)
 
Public Function Clone ( 
	parent As Object,
	dicIndexes As Dictionary(Of Integer, Integer),
	dicNewSheetNames As Dictionary(Of String, String)
) As ChartLegendEntriesColl
 
public:
ChartLegendEntriesColl^ Clone(
	Object^ parent, 
	Dictionary<int, int>^ dicIndexes, 
	Dictionary<String^, String^>^ dicNewSheetNames
)
 
member Clone : 
parent : Object * 
dicIndexes : Dictionary<int, int> * 
dicNewSheetNames : Dictionary<string, string> -> ChartLegendEntriesColl 
 
 
 
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