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


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