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