XlsWorkbook
CreateFont Method
|
Method to create a font object and register it in the workbook.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IFont CreateFont()
Public Function CreateFont As IFont
public:
virtual IFont^ CreateFont() sealed
abstract CreateFont : unit -> IFont
override CreateFont : unit -> IFont
Return Value
Type:
IFont
Newly created font.
Implements
IWorkbook
CreateFont
See Also