#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 |