Table.getColumnValueOnRow

Returns an Object representing the value of the table cell at the specified column and row. See Field#getValue() for documentation on which object types are returned for each column type.

Javascript examples:

 tables.ORDERS.getColumnValueOnRow(tables.ORDERS.ORDER_VALUE, rowNum);
 

returns java.lang.Object

Parameters

TableColumn column,  int  row,