Excel for WPF | ComponentOne
C1.Silverlight.Excel Namespace / XLFont Class / XLFont Constructor / XLFont Constructor(String,Single,Boolean,Boolean,Boolean,XLFontScript,XLUnderlineStyle,Color)
The font name, by default Arial.
The font size in points, by default 10 pt.
The bold flag of the font.
The italic flag of the font.
The strikeout flag of the font.
The font superscript/subscript, by default None.
Select XLUnderlineStyle as underline style, by default None.
The foreground color of the font, by default Black.

In This Topic
    XLFont Constructor(String,Single,Boolean,Boolean,Boolean,XLFontScript,XLUnderlineStyle,Color)
    In This Topic
    Excel font initialization.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal fontName As String, _
       ByVal fontSize As Single, _
       ByVal bold As Boolean, _
       ByVal italic As Boolean, _
       ByVal strikeout As Boolean, _
       ByVal fs As XLFontScript, _
       ByVal us As XLUnderlineStyle, _
       ByVal color As Color _
    )

    Parameters

    fontName
    The font name, by default Arial.
    fontSize
    The font size in points, by default 10 pt.
    bold
    The bold flag of the font.
    italic
    The italic flag of the font.
    strikeout
    The strikeout flag of the font.
    fs
    The font superscript/subscript, by default None.
    us
    Select XLUnderlineStyle as underline style, by default None.
    color
    The foreground color of the font, by default Black.
    See Also