Getting Cell Values by Row ID

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:


  • rowId. The row ID of the needed cell.
  • colName. The column name of the needed cell.

Example:

Var rowId = [0,1];
Var colName = FindNumber
emxEditableTable.getCellValueByRowId(rowId ,colName)