This API returns the value of the parent object's cell based on the specified row ID, column name and level.
emxEditableTable.getParentColumnValue
This API requires these input arguments:
Example:
Var rowId = [0,3];
Var colName = Units
Var level = 1;
emxEditableTable.getParentColumnValue (rowId,colName,level)