ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / TableStyle Class / CreateBuiltInTableStyleLight Method
The index of the built-in style. Valid range is from 1 to 21.

In This Topic
    CreateBuiltInTableStyleLight Method
    In This Topic
    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