Spread Windows Forms 12.0 Product Documentation
Font Property (IRange)


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

Property Value

The font of the specified object.
See Also

Reference

IRange Interface
IRange Members