Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelTableXml Interface / ExcelSetTables Method
The sheet.
Array of CT_Table.
The theme colors.
The indexed RGB colors.


In This Topic
    ExcelSetTables Method
    In This Topic
    Sets the Excel Tables.
    Syntax
    'Declaration
     
    
    Function ExcelSetTables( _
       ByVal sheet As Short, _
       ByVal tables() As CT_Table, _
       ByVal themeColors As ArrayList, _
       ByVal indexedRgbColors() As CT_RgbColor _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelTableXml
    Dim sheet As Short
    Dim tables() As CT_Table
    Dim themeColors As ArrayList
    Dim indexedRgbColors() As CT_RgbColor
    Dim value As Boolean
     
    value = instance.ExcelSetTables(sheet, tables, themeColors, indexedRgbColors)
    bool ExcelSetTables( 
       short sheet,
       CT_Table[] tables,
       ArrayList themeColors,
       CT_RgbColor[] indexedRgbColors
    )

    Parameters

    sheet
    The sheet.
    tables
    Array of CT_Table.
    themeColors
    The theme colors.
    indexedRgbColors
    The indexed RGB colors.
    See Also