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


In This Topic
Font Property (FilterBarCell)
In This Topic
Gets or sets the text font in a filter bar item.
Syntax
'Declaration
 
Public Overridable Property Font As Font
 
'Usage
 
Dim instance As FilterBarCell
Dim value As Font
 
instance.Font = value
 
value = instance.Font
See Also