XLFont Constructor(String,Single,Boolean,Boolean)
In This Topic
Excel font initialization.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Single, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public XLFont(
System.string ,
System.float ,
System.bool ,
System.bool
)
Parameters
- fontName
- The font name, by default Arial.
- fontSize
- The font size in points, by default 10 pt.
- bold
- The bold flag of the font.
- italic
- The italic flag of the font.
See Also