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

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

    Property Value

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