ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / TableStyle Class / TableStyle Constructor
The name of the table style.






In This Topic
    TableStyle Constructor
    In This Topic
    Creates one TableStyle instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String _
    )
    'Usage
     
    
    Dim name As System.String
     
    Dim instance As New TableStyle(name)
    public TableStyle( 
       System.string name
    )
    public TableStyle( 
        name: System.String
    ); 
    public function TableStyle( 
       name : System.String
    );
    public: TableStyle( 
       System.string* name
    )
    public:
    TableStyle( 
       System.String^ name
    )

    Parameters

    name
    The name of the table style.
    See Also