XlsChartSeries
Clone Method (Object, Dictionary
String, String
, Dictionary
Int32, Int32
)
|
Clone current instance.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsChartSeries Clone(
Object parent,
Dictionary<string, string> hashNewNames,
Dictionary<int, int> fontIndexes
)
Public Function Clone (
parent As Object,
hashNewNames As Dictionary(Of String, String),
fontIndexes As Dictionary(Of Integer, Integer)
) As XlsChartSeries
public:
XlsChartSeries^ Clone(
Object^ parent,
Dictionary<String^, String^>^ hashNewNames,
Dictionary<int, int>^ fontIndexes
)
member Clone :
parent : Object *
hashNewNames : Dictionary<string, string> *
fontIndexes : Dictionary<int, int> -> XlsChartSeries
Parameters
-
parent
-
Type:
System
Object
Parent object.
-
hashNewNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
Hash table with new Worksheet names.
-
fontIndexes
-
Type:
System.Collections.Generic
Dictionary
Int32
,
Int32
Dictionary with new font indexes.
Return Value
Type:
XlsChartSeries
Returns cloned instance.
See Also