Spread Windows Forms 15.0
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()
    public void ResetLockFont()
    See Also