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


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

Property Value

A Font that represents the font of the ListItemInfo object.
See Also