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