Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListHeaderPaneInfo Class / Font Property


In This Topic
Font Property (ListHeaderPaneInfo)
In This Topic
Gets or sets the font.
Syntax
'Declaration
 
Public Property Font As Font
 
'Usage
 
Dim instance As ListHeaderPaneInfo
Dim value As Font
 
instance.Font = value
 
value = instance.Font

Property Value

A Font value for the ListHeaderPaneInfo font.
See Also