Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SaveNamedStyleCollection Class / SaveNamedStyleCollection Constructor / SaveNamedStyleCollection Constructor(NamedStyleCollection)
Named styles collection


In This Topic
    SaveNamedStyleCollection Constructor(NamedStyleCollection)
    In This Topic
    Saves the collection of named styles.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nsc As NamedStyleCollection _
    )
    'Usage
     
    
    Dim nsc As NamedStyleCollection
     
    Dim instance As New SaveNamedStyleCollection(nsc)
    public SaveNamedStyleCollection( 
       NamedStyleCollection nsc
    )

    Parameters

    nsc
    Named styles collection
    See Also