Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / ResetLockFont Method


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