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


In This Topic
    ResetName Method (NamedStyle)
    In This Topic
    Resets the name of the style to the default (String.Empty).
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetName() 
    'Usage
     
    
    Dim instance As NamedStyle
     
    instance.ResetName()
    public virtual void ResetName()
    See Also