ComponentOne ASP.NET MVC Controls
CreateBuiltInTableStyleLight Method

C1.Web.Mvc.Sheet Namespace > TableStyle Class : CreateBuiltInTableStyleLight Method
The index of the built-in style. Valid range is from 1 to 21.
Creates one TableStyle instance of built-in light style.
Syntax
'Declaration
 
Public Shared Function CreateBuiltInTableStyleLight( _
   ByVal index As Integer _
) As TableStyle
public static TableStyle CreateBuiltInTableStyleLight( 
   int index
)

Parameters

index
The index of the built-in style. Valid range is from 1 to 21.

Return Value

The TableStyle instance.
See Also

Reference

TableStyle Class
TableStyle Members