Getting Cell Values by Object ID

This API returns completeCellInfo for the row ID and column name passed in.

See Complete Cell Information.

emxEditableTable.getCellValueByObjectRelId

This API requires these input arguments:


  • relId. The relationship ID of the needed cell.
  • objectId. The object ID of the needed object.
  • colName. The column name of the needed cell.

Example:

Var relId = [];
Var objectId = [];
Var colName = FindNumber
emxEditableTable.getCellValueByObjectRelId(relId,objectId 
,colName)