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


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