XlsChartSerie
Clone Method
|
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 XlsChartSerie Clone(
Object parent,
Dictionary<string, string> newNames,
Dictionary<int, int> fontIndexes
)
Public Function Clone (
parent As Object,
newNames As Dictionary(Of String, String),
fontIndexes As Dictionary(Of Integer, Integer)
) As XlsChartSerie
public:
XlsChartSerie^ Clone(
Object^ parent,
Dictionary<String^, String^>^ newNames,
Dictionary<int, int>^ fontIndexes
)
member Clone :
parent : Object *
newNames : Dictionary<string, string> *
fontIndexes : Dictionary<int, int> -> XlsChartSerie
Parameters
-
parent
-
Type:
System
Object
Parent object.
-
newNames
-
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:
XlsChartSerie
See Also