Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / SetSheetTable Method
An IExcelTable instance describe a table settings.


In This Topic
    SetSheetTable Method (IExcelWorksheet)
    In This Topic
    Add a sheet table to the current worksheet.
    Syntax
    'Declaration
     
    Sub SetSheetTable( _
       ByVal table As IExcelTable _
    ) 
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim table As IExcelTable
     
    instance.SetSheetTable(table)
    void SetSheetTable( 
       IExcelTable table
    )

    Parameters

    table
    An IExcelTable instance describe a table settings.
    See Also