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