GrapeCity.Spreadsheet Namespace / IRange Interface / Font Property


In This Topic
Font Property (IRange)
In This Topic
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

Property Value

The font of the specified object.
See Also