ExcelSetTableStyles Method
In This Topic
Set all the Excel table styles.
Syntax
'Declaration
Function ExcelSetTableStyles( _
ByVal () As CT_TableStyle, _
ByVal As String, _
ByVal As String, _
ByVal As ArrayList, _
ByVal () As CT_RgbColor _
) As Boolean
'Usage
Dim instance As IExcelTableXml
Dim tableStyles() As CT_TableStyle
Dim defaultTableStyleName As String
Dim defaultPivotStyleName As String
Dim themeColors As ArrayList
Dim indexedRgbColors() As CT_RgbColor
Dim value As Boolean
value = instance.ExcelSetTableStyles(tableStyles, defaultTableStyleName, defaultPivotStyleName, themeColors, indexedRgbColors)
bool ExcelSetTableStyles(
CT_TableStyle[] ,
string ,
string ,
ArrayList ,
CT_RgbColor[]
)
Parameters
- tableStyles
- Array of CT_TableStyle.
- defaultTableStyleName
- Name of default table style.
- defaultPivotStyleName
- Name of default pivot table style
- themeColors
- The theme colors.
- indexedRgbColors
- The indexed RGB colors.
See Also