Excel for WPF | ComponentOne
C1.Silverlight.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.

In This Topic
    XLFont Constructor(String,Single,Color)
    In This Topic
    Excel font initialization.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fontName As String, _
       ByVal fontSize As Single, _
       ByVal color As Color _
    )
    public XLFont( 
       string fontName,
       float fontSize,
       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