Spread Windows Forms 12.0 Product Documentation
Font Property (DisplayFormat)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DisplayFormat Class : Font Property
Returns a IFont object that represents the font of the associated IRange object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property Font As IFont
'Usage
 
Dim instance As DisplayFormat
Dim value As IFont
 
value = instance.Font
public IFont Font {get;}

Property Value

The font of the associated IRange object.
See Also

Reference

DisplayFormat Class
DisplayFormat Members