The SetTableStyle function changes one style of the table.
Syntax
Table.SetTableStyle(
String name,
String value)
String name,
String value)
Parameters
| name | Name of the style. | Required |
|---|---|---|
| value | Value of the style. | Required |
Return value
The SetTableStyle function has no return values.
Example
myTable.SetTableStyle("Author", "Mike")