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

In This Topic
    FontName Property (DDCell)
    In This Topic
    Gets or sets the name of the font of the text displayed in the cell.
    Syntax
    'Declaration
     
    Public Property FontName As String
    public string FontName {get; set;}

    Property Value

    A System.String value representing the font name of the text displayed in 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