Namespace: Spire.Xls.Core.Spreadsheet
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 implemented")]
public FontWrapper Clone(
	XlsWorkbook book,
	Object parent,
	IDictionary dicFontIndexes
)
<ObsoleteAttribute("the method is implemented")> 
Public Function Clone ( 
	book As XlsWorkbook,
	parent As Object,
	dicFontIndexes As IDictionary
) As FontWrapper
public:
[ObsoleteAttribute(L"the method is implemented")]
FontWrapper^ Clone(
	XlsWorkbook^ book, 
	Object^ parent, 
	IDictionary^ dicFontIndexes
)
[<ObsoleteAttribute("the method is implemented")>]
member Clone : 
        book : XlsWorkbook * 
        parent : Object * 
        dicFontIndexes : IDictionary -> FontWrapper 

Parameters

book
XlsWorkbook
parent
Object
dicFontIndexes
IDictionary

Return Value

FontWrapper

See Also