This API returns an array of column values of child cells based on the parent row ID and the specified column name.
emxEditableTable.getChildrenColumnValues
This API requires these input arguments:
Example:
Var rowId = [0,1];
Var colName = Units
Var level = 3;
emxEditableTable.getChildrenColumnValues(rowId,colName,level)