Set the set table and pivot table style.
Syntax
'Declaration
Sub SetTableDefaultStyle( _
ByVal As System.String, _
ByVal As System.String _
)
'Usage
Dim instance As IExcelTableReader
Dim defaultTableStyleName As System.String
Dim defaultPivotTableStyleName As System.String
instance.SetTableDefaultStyle(defaultTableStyleName, defaultPivotTableStyleName)
void SetTableDefaultStyle(
System.string ,
System.string
)
Parameters
- defaultTableStyleName
- The default table style name.
- defaultPivotTableStyleName
- The default pivot table style name.
See Also