Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Style Property


In This Topic
Style Property (Font)
In This Topic
Gets a FontStyle value indicates the font style.
Syntax
'Declaration
 
Public Property Style As FontStyle
 
'Usage
 
Dim instance As Font
Dim value As FontStyle
 
instance.Style = value
 
value = instance.Style

Property Value

A FontStyle value represents the font style.
See Also