Spread WPF 17
GrapeCity.Excel Namespace / IExcelTableReader Interface / SetTableStyle Method
a table style definition that indicates how the workbook should format and display a table.


In This Topic
    SetTableStyle Method
    In This Topic
    Set a table style which used by one of table of the current workbook.
    Syntax
    'Declaration
     
    Sub SetTableStyle( _
       ByVal tableStyle As IExcelTableStyle _
    ) 
    'Usage
     
    Dim instance As IExcelTableReader
    Dim tableStyle As IExcelTableStyle
     
    instance.SetTableStyle(tableStyle)
    void SetTableStyle( 
       IExcelTableStyle tableStyle
    )

    Parameters

    tableStyle
    a table style definition that indicates how the workbook should format and display a table.
    See Also