function cell_getIsCovered<TFeatures, TData, TValue>(cell): boolean;Defined in: features/cell-spanning/cellSpanningFeature.utils.ts:423
Checks whether another cell's span covers this cell.
Covered cells must not be rendered; the cell that covers them carries the content and the span attributes.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Cell<TFeatures, TData, TValue>
boolean
const isCovered = cell_getIsCovered(cell)