Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / NamedStyle Constructor / NamedStyle Constructor(String)
Name of the new NamedStyle object


In This Topic
    NamedStyle Constructor(String)
    In This Topic
    Creates a custom style (NamedStyle object) with the specified name.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    
    Dim name As String
     
    Dim instance As New NamedStyle(name)
    public NamedStyle( 
       string name
    )

    Parameters

    name
    Name of the new NamedStyle object
    See Also