Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Size Property


In This Topic
Size Property (IFont)
In This Topic
Gets or sets the size in points of the font.
Syntax
'Declaration
 
Property Size As Double
 
'Usage
 
Dim instance As IFont
Dim value As Double
 
instance.Size = value
 
value = instance.Size

Property Value

A double value represents the size in points.
See Also