Spread Windows Forms 12.0 Product Documentation
Size Property (IFont)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFont Interface : Size Property
Gets or sets the size of the font.
Syntax
'Declaration
 
Property Size As Double
'Usage
 
Dim instance As IFont
Dim value As Double
 
instance.Size = value
 
value = instance.Size
double Size {get; set;}

Property Value

The size.
See Also

Reference

IFont Interface
IFont Members