Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / TableStyle Constructor / TableStyle Constructor(String)
The name of the table style


In This Topic
    TableStyle Constructor(String)
    In This Topic
    Creates a table style.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    
    Dim name As String
     
    Dim instance As New TableStyle(name)
    public TableStyle( 
       string name
    )

    Parameters

    name
    The name of the table style
    See Also