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


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