f$Word: TableColumnWidth
f$Word: TableColumnWidth
Determine column width of a table column After the table has been inserted by f$Word:InsertTable the width for each column can be defined.
Syntax: | Status = f$Word('TableColumnWidth','No','Width') | ||
| Argument | Type | Meaning |
| TableColumn | String | Keyword |
| ColumnNo | String | Number of the table column the width is to be defined for, beginning with 1 |
| Width | String | Width of this column (in cm; exact to max. 0,01cm) |
Result: | Integer | 0: Command successfully executed -1: No active document | |