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

In This Topic
    FontSize Property (DDCell)
    In This Topic
    Sets/gets the size of the font in points. It will round the number size specified to the nearest half of a point.
    Syntax
    'Declaration
     
    Public Property FontSize As Double
    public double FontSize {get; set;}
    See Also