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


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

Property Value

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