Spread Windows Forms 12.0 Product Documentation
Font Property (IStyle)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyle Interface : Font Property
Returns a IFont object that represents the font of the style.
Syntax
'Declaration
 
ReadOnly Property Font As IFont
'Usage
 
Dim instance As IStyle
Dim value As IFont
 
value = instance.Font
IFont Font {get;}

Property Value

The font of the style.
See Also

Reference

IStyle Interface
IStyle Members