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

FontSize Property (DDCell)
Gets or sets the size of the font of the text displayed in the cell.
Syntax
'Declaration
 
Public Property FontSize As Double
 

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