The SetItemStyle function changes one style of the specified item.
Syntax
Table.SetItemStyle(
Integer index,
String name,
String value)
Integer index,
String name,
String value)
Parameters
| index | Index of the item. | Required |
|---|---|---|
| name | Name of the style. | Required |
| value | Value of the style. | Required |
Return value
The SetItemStyle function has no return values.
Example
myTable.SetItemStyle(0, "height", "25")