The SetStyle function changes one style of the specified cell.
Syntax
Table.SetStyle(
Integer index,
String field,
String name,
String value)
Integer index,
String field,
String name,
String value)
Parameters
| index | Index of the line. | Required |
|---|---|---|
| field | Name or Index of the field. | Required |
| name | Name of the style. | Required |
| value | Value of the style. | Required |
Return value
The SetStyle function has no return values.
Example
myTable.SetStyle(0, "0", "align", "center")