Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / FontSize Property


In This Topic
FontSize Property (TextFormat)
In This Topic
Syntax
'Declaration
 
Public Property FontSize As Double
 
'Usage
 
Dim instance As TextFormat
Dim value As Double
 
instance.FontSize = value
 
value = instance.FontSize
See Also