ChartTextArea
Clone Method (Object, Dictionary
Int32, Int32
, Dictionary
String, String
)
|
Clone current record.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object Clone(
Object parent,
Dictionary<int, int> fontIndexes,
Dictionary<string, string> dicNewSheetNames
)
Public Function Clone (
parent As Object,
fontIndexes As Dictionary(Of Integer, Integer),
dicNewSheetNames As Dictionary(Of String, String)
) As Object
public:
Object^ Clone(
Object^ parent,
Dictionary<int, int>^ fontIndexes,
Dictionary<String^, String^>^ dicNewSheetNames
)
member Clone :
parent : Object *
fontIndexes : Dictionary<int, int> *
dicNewSheetNames : Dictionary<string, string> -> Object
Parameters
-
parent
-
Type:
System
Object
The object to be cloned.
-
fontIndexes
-
Type:
System.Collections.Generic
Dictionary
Int32
,
Int32
A dictionary mapping old font indexes to new font indexes.
-
dicNewSheetNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
A dictionary mapping old sheet names to new sheet names.
Return Value
Type:
Object
Returns clone of current object.
See Also