The GetItemStyle function retrieves one style of the specified item.
Syntax
String Table.GetItemStyle(
Integer index,
String name)
Integer index,
String name)
Parameters
| index | Index of the item. | Required |
|---|---|---|
| name | Name of the style. | Required |
Return value
The GetItemStyle function returns the value of the specified item style.
If an error occurs, the GetItemStyle function returns an empty string.
Example
height = myTable.GetItemStyle(0, "height")