isRowSelected

fun isRowSelected(selectedTableId: String, rowHeaderIndex: Int): Boolean

Checks if a row is selected.

Return

True if the row is selected, false otherwise.

Parameters

selectedTableId

The ID of the selected table.

rowHeaderIndex

The index of the row header.


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