isParentHeaderSelected

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

Checks if a parent header is selected.

Return

True if the parent header 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.