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
)
Public Function Clone (
parent As XlsWorkbook
) As XlsFontsCollection
public:
XlsFontsCollection^ Clone(
XlsWorkbook^ parent
)
member Clone :
parent : XlsWorkbook -> XlsFontsCollection
Parameters
-
parent
-
Type:
Spire.Xls.Core.Spreadsheet
XlsWorkbook
Return Value
Type:
XlsFontsCollection
See Also