TXTextControl.TableRows Property

Informs about the number of rows a specified table contains.

Syntax

TXTextControl.TableRows(TableId)
Parameter Description
TableId

Specifies a table. It is the same identifier set with the TableInsert method.

Data Types

TableId:    Integer
Property value:    Integer

Limitations

Read only, run time only.

See Also