Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyle Class / NamedStyle Constructor / NamedStyle Constructor()
Example


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()
    Example
    This example creates a new custom style.
    See Also