Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetFormatter Method


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