TXTextControl.TableCellData Property

Returns or sets a string associated with the specified table cell. Setting a string for a certain cell overwrites a prior string. Setting an empty string deletes the prior string. The data associated with table cells is stored in the TX Text Control file format and can be copied via the clipboard.

Introduced: 17.0.

Syntax

TXTextControl.TableCellData((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.

Data Types

TableId:    Integer
Row:    Integer
Column:    Integer
Property value:    String

Limitations

Run time only.

See Also