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

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

    Property Value

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