Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / NamedStyle Constructor / NamedStyle Constructor()


In This Topic
    NamedStyle Constructor()
    In This Topic
    Creates a custom style (NamedStyle object) with no name and no parent.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New NamedStyle()
    public NamedStyle()
    See Also