TXTextControl.TableCellStart Property

Returns the character index (one-based) of the first character in a table cell.

Syntax

TXTextControl.TableCellStart(TableId, Row, Column)
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:    Long

Limitations

Read only, run time only.

See Also