isCellParentSelected

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

Checks if a cell's parent is selected.

Return

True if the cell's parent is selected, false otherwise.

Parameters

selectedTableId

The ID of the selected table.

columnIndex

The index of the column.

rowIndex

The index of the row.