Click or drag to resize

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
)

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