XlsChart
Clone Method (Dictionary
String, String
, Object, Dictionary
Int32, Int32
)
|
Note: This API is now obsolete.
Clones 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
[ObsoleteAttribute("the method is not implemented")]
public XlsChart Clone(
Dictionary<string, string> hashNewNames,
Object parent,
Dictionary<int, int> dicFontIndexes
)
<ObsoleteAttribute("the method is not implemented")>
Public Function Clone (
hashNewNames As Dictionary(Of String, String),
parent As Object,
dicFontIndexes As Dictionary(Of Integer, Integer)
) As XlsChart
public:
[ObsoleteAttribute(L"the method is not implemented")]
XlsChart^ Clone(
Dictionary<String^, String^>^ hashNewNames,
Object^ parent,
Dictionary<int, int>^ dicFontIndexes
)
[<ObsoleteAttribute("the method is not implemented")>]
member Clone :
hashNewNames : Dictionary<string, string> *
parent : Object *
dicFontIndexes : Dictionary<int, int> -> XlsChart
Parameters
-
hashNewNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
Hash table with new Worksheet names.
-
parent
-
Type:
System
Object
Parent object.
-
dicFontIndexes
-
Type:
System.Collections.Generic
Dictionary
Int32
,
Int32
Dictionary with new font indexes.
Return Value
Type:
XlsChart
Returns clone of current object.
See Also