Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CombinedStyleInfo Class / Font Property


In This Topic
Font Property (CombinedStyleInfo)
In This Topic
Gets the font of the text displayed in the cell.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Font As Font
 
'Usage
 
Dim instance As CombinedStyleInfo
Dim value As Font
 
value = instance.Font

Property Value

The System.Drawing.Font to apply to the text displayed in the cell. The default is a null reference (Nothing in Visual Basic).
See Also