Object
Javascript examples:
tables.ORDERS.getColumnValueOnRow(tables.ORDERS.ORDER_VALUE, rowNum);
returns java.lang.Object
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: