isOtherRowSelected

fun isOtherRowSelected(selectedTableId: String, rowHeaderIndexes: List<Int>, rowHeaderColumnIndex: Int): Boolean

Checks if another row is selected.

Return

True if another row is selected, false otherwise.

Parameters

selectedTableId

The ID of the selected table.

rowHeaderIndex

The index of the row header.