ComponentOne ASP.NET MVC Controls
TableStyle Constructor

C1.Web.Mvc.Sheet Namespace > TableStyle Class : TableStyle Constructor
The name of the table style.
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

Reference

TableStyle Class
TableStyle Members