GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAboveAverage Interface / Font Property


In This Topic
Font Property (IAboveAverage)
In This Topic
Returns a IFont object that represents the font of the specified object.
Syntax
'Declaration
 
ReadOnly Property Font As IFont
 
'Usage
 
Dim instance As IAboveAverage
Dim value As IFont
 
value = instance.Font

Property Value

A IFont object that represents the font.
See Also