Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ResetFont Method


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