| Parameter Name |
Data Type |
Possible Values |
Default |
| ROW |
String |
|
none |
Table 4.52. ROW
- In tables, you can address the row of a table either by using its index or by
entering the value in the first column of the particular row
- The first row is 1 and so on.
- The row of table headers at the top of the table can be addressed using the index
0.
- If the cell you want to execute an action on is the fourth row and contains the
value Price in the first column, you can addressthe row either with
the index 4 or with the string Price.
Copyright BREDEX GmbH 2015. Made available under the Eclipse Public License v1.0.