Spread Windows Forms 12.0 Product Documentation
Style Property (Font)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Style Property
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
public FontStyle Style {get; set;}

Property Value

A FontStyle value represents the font style.
See Also

Reference

Font Structure
Font Members