Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / LockFont Property


In This Topic
LockFont Property (AlternatingRow)
In This Topic
Gets or sets the font for lock cells in this alternating row.
Syntax
'Declaration
 
Public Property LockFont As Font
 
'Usage
 
Dim instance As AlternatingRow
Dim value As Font
 
instance.LockFont = value
 
value = instance.LockFont
See Also