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

In This Topic
    FontBold Property (DDCells)
    In This Topic
    Sets the bold property of each cell font.
    Syntax
    'Declaration
     
    Public WriteOnly Property FontBold As Boolean
    public bool FontBold {set;}

    Property Value

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