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


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