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


In This Topic
    ResetFont Method (NamedStyle)
    In This Topic
    Resets the font for the style to the default setting (not set).
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetFont() 
    'Usage
     
    
    Dim instance As NamedStyle
     
    instance.ResetFont()
    public override void ResetFont()
    See Also