The GetTableStyle function retrieves one style of the table.
Syntax
String Table.GetTableStyle(
String name)
String name)
Parameters
| name | Name of the style. | Required |
|---|
Return value
The GetTableStyle function returns the style of the table.
Example
authorname = myTable.GetTableStyle("author")