isHeaderSelected

fun isHeaderSelected(selectedTableId: String, columnIndex: Int, columnHeaderRowIndex: Int): Boolean

Checks if a header cell is selected.

Return

True if the header cell is selected, false otherwise.

Parameters

selectedTableId

The ID of the selected table.

columnIndex

The index of the column.

columnHeaderRowIndex

The row index of the column header.