ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class / FontBold Property

In This Topic
    FontBold Property (DDCell)
    In This Topic
    Gets or sets the bold property of the font of the text displayed in the cell.
    Syntax
    'Declaration
     
    Public Property FontBold As Boolean
    public bool FontBold {get; set;}

    Property Value

    A System.Boolean value representing whether the font in this cell should be bold or not.
    See Also