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


In This Topic
Font Property (GroupInfo)
In This Topic
Gets or sets the font settings of the grouping information.
Syntax
'Declaration
 
Public Property Font As Font
 
'Usage
 
Dim instance As GroupInfo
Dim value As Font
 
instance.Font = value
 
value = instance.Font
See Also