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

In This Topic
    FontSize Property (DDCells)
    In This Topic
    Sets the font size.
    Syntax
    'Declaration
     
    Public WriteOnly Property FontSize As Double
    public double FontSize {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