XlsChartLegend
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 XlsChartLegend Clone(
Object parent,
Dictionary<int, int> dicFontIndexes,
Dictionary<string, string> dicNewSheetNames
)
Public Function Clone (
parent As Object,
dicFontIndexes As Dictionary(Of Integer, Integer),
dicNewSheetNames As Dictionary(Of String, String)
) As XlsChartLegend
public:
XlsChartLegend^ Clone(
Object^ parent,
Dictionary<int, int>^ dicFontIndexes,
Dictionary<String^, String^>^ dicNewSheetNames
)
member Clone :
parent : Object *
dicFontIndexes : Dictionary<int, int> *
dicNewSheetNames : Dictionary<string, string> -> XlsChartLegend
Parameters
-
parent
-
Type:
System
Object
Parent object.
-
dicFontIndexes
-
Type:
System.Collections.Generic
Dictionary
Int32
,
Int32
Array with new font indexes.
-
dicNewSheetNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
Return Value
Type:
XlsChartLegend
Returns cloned object.
See Also