#tr
The system object #tr is available in format templates with the abbreviation tr and in the function Table. This system object can be used to determine information on a table row.
The general syntax is:
$CMS_VALUE(#tr.METHOD)$
The individual method invocations are given in the following table:
Invocation | Meaning | Return data type |
---|---|---|
#tr.row | Returns the row number. The counting begins with 0. | |
#tr.rowNumber | Returns the row number. The counting begins with 1. | |
#tr.firstRow | Determines whether it is the first row of the table. | Boolean |
#tr.lastRow | Determines whether it is the last row of the table. | Boolean |
You can access further properties and information of tables by using the following system objects:
- #cell (properties and values of single cells)
- #table (e.g. number of the lines and columns of table)