XlsChartDataPointsCollection
Clone Method
|
Note: This API is now obsolete.
Creates a new object that is a copy of the 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 Object Clone(
Object parent,
XlsWorkbook book,
Dictionary<int, int> fontIndexes,
Dictionary<string, string> dicNewSheetNames
)
<ObsoleteAttribute("the method is not implemented")>
Public Function Clone (
parent As Object,
book As XlsWorkbook,
fontIndexes As Dictionary(Of Integer, Integer),
dicNewSheetNames As Dictionary(Of String, String)
) As Object
public:
[ObsoleteAttribute(L"the method is not implemented")]
Object^ Clone(
Object^ parent,
XlsWorkbook^ book,
Dictionary<int, int>^ fontIndexes,
Dictionary<String^, String^>^ dicNewSheetNames
)
[<ObsoleteAttribute("the method is not implemented")>]
member Clone :
parent : Object *
book : XlsWorkbook *
fontIndexes : Dictionary<int, int> *
dicNewSheetNames : Dictionary<string, string> -> Object
Parameters
-
parent
-
Type:
System
Object
Parent object for the cloned object.
-
book
-
Type:
Spire.Xls.Core.Spreadsheet
XlsWorkbook
Parent workbook.
-
fontIndexes
-
Type:
System.Collections.Generic
Dictionary
Int32
,
Int32
Dictionary with new font indexes.
-
dicNewSheetNames
-
Type:
System.Collections.Generic
Dictionary
String
,
String
Dictionary with new sheet namees.
Return Value
Type:
Object
A new object that is a copy of this instance.
See Also