Excel for WPF and Silverlight
XLFont Constructor(String,Single,Color)

C1.WPF.Excel Namespace > XLFont Class > XLFont Constructor : XLFont Constructor(String,Single,Color)
The font name, by default Arial.
The font size in points, by default 10 pt.
The foreground color of the font, by default Black.
Excel font initialization.
Syntax
'Declaration
 
Public Function New( _
   ByVal fontName As System.String, _
   ByVal fontSize As System.Single, _
   ByVal color As System.Windows.Media.Color _
)
public XLFont( 
   System.string fontName,
   System.float fontSize,
   System.Windows.Media.Color 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

Reference

XLFont Class
XLFont Members
Overload List