In This Topic
Sets the Excel Tables.
Syntax
'Declaration
Function ExcelSetTables( _
ByVal As Short, _
ByVal () As CT_Table, _
ByVal As ArrayList, _
ByVal () 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 ,
CT_Table[] ,
ArrayList ,
CT_RgbColor[]
)
Parameters
- sheet
- The sheet.
- tables
- Array of CT_Table.
- themeColors
- The theme colors.
- indexedRgbColors
- The indexed RGB colors.
See Also