Click or drag to resize

XlsFontsCollection Clone Method (XlsWorkbook)

Creates a deep copy of the XlsFontsCollection with the specified parent workbook.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsFontsCollection Clone(
	XlsWorkbook parent
)

Parameters

parent
Type: Spire.Xls.Core.Spreadsheet XlsWorkbook

Return Value

Type: XlsFontsCollection
See Also