ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / Font Property

In This Topic
    Font Property (XLStyle)
    In This Topic
    Gets or sets the font for this XLStyle.
    Syntax
    'Declaration
     
    Public Property Font As XLFont
    public XLFont Font {get; set;}
    Remarks
    Set the Font property to null in order to suppress this style element and use the default font instead. The default font is determined by the book's DefaultFont property.
    See Also