ComponentOne ASP.NET MVC Controls
CreateBuiltInTableStyleMedium Method

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

Parameters

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

Return Value

The TableStyle instance.
See Also

Reference

TableStyle Class
TableStyle Members