ASP.NET Core 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 System.Integer _
    ) As TableStyle
    'Usage
     
    
    Dim index As System.Integer
    Dim value As TableStyle
     
    value = TableStyle.CreateBuiltInTableStyleLight(index)
    public static TableStyle CreateBuiltInTableStyleLight( 
       System.int index
    )
    public function CreateBuiltInTableStyleLight( 
        index: System.Integer
    ): TableStyle; static; 
    public static function CreateBuiltInTableStyleLight( 
       index : System.int
    ) : TableStyle;
    public: static TableStyle* CreateBuiltInTableStyleLight( 
       System.int index
    ) 
    public:
    static TableStyle^ CreateBuiltInTableStyleLight( 
       System.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