Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / Font Property


In This Topic
Font Property (DisplayFormat)
In This Topic
Gets a IFont object that represents the font of the associated DisplayFormat 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

Property Value

The font of the associated DisplayFormat object.
See Also