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