Getting Parent Column Values

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:


  • rowId. The row ID of the child cell.
  • colName. The column name of the needed cell.
  • level. The number of levels above that child for which values should be returned.

Example:

Var rowId = [0,3];
Var colName = Units
Var level = 1;
emxEditableTable.getParentColumnValue (rowId,colName,level)