Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / NamedStyleCollection Constructor


In This Topic
    NamedStyleCollection Constructor
    In This Topic
    Creates a custom style collection (NamedStyleCollection object).
    Creates a collection of custom styles.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New NamedStyleCollection()
    public NamedStyleCollection()
    See Also