isCellSelected

fun isCellSelected(selectedTableId: String, columnIndex: Int, rowIndex: Int): Boolean

Checks if a cell is selected.

Return

True if the cell is selected, false otherwise.

Parameters

selectedTableId

The ID of the selected table.

columnIndex

The index of the column.

rowIndex

The index of the row.