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

In This Topic
    FontName Property (DDCells)
    In This Topic
    Sets the name of the font for each cell.
    Syntax
    'Declaration
     
    Public WriteOnly Property FontName As String
    public string FontName {set;}

    Property Value

    A System.String value representing the background color of the cell.
    Exceptions
    ExceptionDescription
    Thrown on attempt to set value to null.
    Thrown when attempting to set a value with a length greater than 240 characters.
    See Also