ASP.NET 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 String _
    )
    public TableStyle( 
       string name
    )

    Parameters

    name
    The name of the table style.
    See Also