Navigation:  Reference > Properties > Element Properties >

Table Cell Values

Previous pageReturn to chapter overviewNext page

The Table Cell Values property is a two dimensions array that contains the cell values of Table element.  The array index starts from 1.  The header row is not taken into account.

 

Format in expression:  [Element.cellValues][row][col]

Example: [Table_1.cellValues][1][1]  (This represent the value for the cell in first row, first column)

 

This property is available for Table