This API returns completeCellInfo for the row ID and column name passed in.
See Complete Cell Information.
emxEditableTable.getCellValueByRowId
This API requires these input arguments:
Example:
Var rowId = [0,1];
Var colName = FindNumber
emxEditableTable.getCellValueByRowId(rowId ,colName)