getSelectedCellRowIndex

fun getSelectedCellRowIndex(selectedTableId: String): Int

Gets the row index of the selected cell if the table ID matches.

Return

The row index of the selected cell, or -1 if not selected.

Parameters

selectedTableId

The ID of the selected table.