Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[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
Object
book
XlsWorkbook
fontIndexes
Dictionary<(Of <(<'Int32, Int32>)>)>
dicNewSheetNames
Dictionary<(Of <(<'String, String>)>)>

Return Value

Object

See Also