FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / LockFont Property


In This Topic
LockFont Property (NamedStyle)
In This Topic
Gets or sets the font for locked cells.
Syntax
'Declaration
 
Public Overrides Property LockFont As Font
 
'Usage
 
Dim instance As NamedStyle
Dim value As Font
 
instance.LockFont = value
 
value = instance.LockFont
See Also