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


In This Topic
ResetLockFont Method (AlternatingRow)
In This Topic
Resets the font for this locked row and makes this row inherit the font from the default row.
Syntax
'Declaration
 
Public Sub ResetLockFont() 
 
'Usage
 
Dim instance As AlternatingRow
 
instance.ResetLockFont()
See Also