Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Object
dicIndexes
Dictionary<(Of <(<'Int32, Int32>)>)>
dicNewSheetNames
Dictionary<(Of <(<'String, String>)>)>

Return Value

ChartLegendEntriesColl

See Also