
Returns or sets the text of a table cell.
TXTextControl.TableCellText((TableId, Row, Column) [= string]
| Parameter | Description | |
| TableId | Specifies a table. It is the same identifier set with the TableInsert method. | |
| Row, Column | Specify a row and column number which identifies a certain cell in the table. The first has the number 1, 1. |
| TableId: | Integer |
| Row: | Integer |
| Column: | Integer |
| Property value: | String |
Run time only.