ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLFont Class / XLFont Constructor / XLFont Constructor(String,Single)
The font name, by default Arial.
The font size in points, by default 10 pt.

In This Topic
    XLFont Constructor(String,Single)
    In This Topic
    Excel font initialization.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fontName As System.String, _
       ByVal fontSize As System.Single _
    )
    public XLFont( 
       System.string fontName,
       System.float fontSize
    )

    Parameters

    fontName
    The font name, by default Arial.
    fontSize
    The font size in points, by default 10 pt.
    See Also