ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLFontFormatting Class / Bold Property

In This Topic
    Bold Property (XLFontFormatting)
    In This Topic
    Gets or sets font bold attribute for this formating.
    Syntax
    'Declaration
     
    Public Property Bold As System.Boolean
    public System.bool Bold {get; set;}
    See Also