Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableStyleCommand Class / Apply Method
The tables to apply table style.
A string value indicates the table style.


In This Topic
    Apply Method (TableStyleCommand)
    In This Topic
    Applies the table style to tables.
    Syntax
    'Declaration
     
    
    Public Shared Function Apply( _
       ByVal tables() As Table, _
       ByVal tableStyleName As String _
    ) As TableStyleCommand
    'Usage
     
    
    Dim tables() As Table
    Dim tableStyleName As String
    Dim value As TableStyleCommand
     
    value = TableStyleCommand.Apply(tables, tableStyleName)
    public static TableStyleCommand Apply( 
       Table[] tables,
       string tableStyleName
    )

    Parameters

    tables
    The tables to apply table style.
    tableStyleName
    A string value indicates the table style.
    See Also