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

In This Topic
    FontUnderlineStyle Property (DDCell)
    In This Topic
    Gets or sets the underline style for the font of the text displayed in the cell.
    Syntax
    'Declaration
     
    Public Property FontUnderlineStyle As FontUnderlineStyles
    public FontUnderlineStyles FontUnderlineStyle {get; set;}

    Property Value

    A GrapeCity.SpreadBuilder.Style.FontUnderlineStyles value representing the font underline style.
    Remarks
    See Also