The SetFieldStyle function changes one style of the specified field.
Syntax
Table.SetFieldStyle(
String field,
String name,
String value)
String field,
String name,
String value)
Parameters
| field | Name or Index of the field. | Required |
|---|---|---|
| name | Name of the style. | Required |
| value | Value of the style. | Required |
Return value
The SetFieldStyle function has no return values.
Example
myTable.SetFieldStyle("0", "width", "100")