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






In This Topic
    CreateBuiltInTableStyleDark Method
    In This Topic
    Creates one TableStyle instance of built-in dark style.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateBuiltInTableStyleDark( _
       ByVal index As System.Integer _
    ) As TableStyle
    'Usage
     
    
    Dim index As System.Integer
    Dim value As TableStyle
     
    value = TableStyle.CreateBuiltInTableStyleDark(index)
    public static TableStyle CreateBuiltInTableStyleDark( 
       System.int index
    )
    public function CreateBuiltInTableStyleDark( 
        index: System.Integer
    ): TableStyle; static; 
    public static function CreateBuiltInTableStyleDark( 
       index : System.int
    ) : TableStyle;
    public: static TableStyle* CreateBuiltInTableStyleDark( 
       System.int index
    ) 
    public:
    static TableStyle^ CreateBuiltInTableStyleDark( 
       System.int index
    ) 

    Parameters

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

    Return Value

    The TableStyle instance.
    See Also