Click or drag to resize

XlsWorkbook CreateFont Method

Overload List
Name Description
Public method CreateFont
Method to create a font object and register it in the workbook.
Public method CreateFont(Font)
Method creates a font object based on native font and register it in the workbook.
Public method CreateFont(IFont)
Method that creates font object based on another font object and registers it in the workbook.
Public method CreateFont(IFont, Boolean)
Creates a new font based on the specified base font.
Top
See Also