Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ResetLockFont Method


In This Topic
ResetLockFont Method (Cell)
In This Topic
Resets the font for the locked cell and makes the cell in herit the font from the default cell.
Syntax
'Declaration
 
Public Sub ResetLockFont() 
 
'Usage
 
Dim instance As Cell
 
instance.ResetLockFont()
See Also