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


In This Topic
FontStyle Property (IFont)
In This Topic
Gets or sets the font style
Syntax
'Declaration
 
Property FontStyle As FontStyle
 
'Usage
 
Dim instance As IFont
Dim value As FontStyle
 
instance.FontStyle = value
 
value = instance.FontStyle

Property Value

The font style.
See Also