FontWrapper
Clone Method (XlsWorkbook, Object, IDictionary)
|
Note: This API is now obsolete.
Clones the current FontWrapper object.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[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
-
Type:
Spire.Xls.Core.Spreadsheet
XlsWorkbook
The XlsWorkbook object that contains the cloned FontWrapper.
-
parent
-
Type:
System
Object
The parent object of the cloned FontWrapper.
-
dicFontIndexes
-
Type:
System.Collections
IDictionary
A dictionary containing font indexes.
Return Value
Type:
FontWrapper
A new FontWrapper object that is a clone of the current object.
See Also