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

In This Topic
    FontSize Property (DDCell)
    In This Topic
    Gets or sets the size of the font of the text displayed in the cell.
    Syntax
    'Declaration
     
    Public Property FontSize As Double
    public double FontSize {get; set;}

    Property Value

    A System.Double value representing font size in points.
    Exceptions
    ExceptionDescription
    Thrown when attempting to set a value greater (or equals) than 20 feet, or less (or equals) than 0.
    Remarks
    The specified size would be rounded up or down to the nearest half point.
    See Also