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


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

    Parameters

    table
    An IExcelTable instance describe a table settings.
    See Also