TanStack

CellSelectionBounds

Interface: CellSelectionBounds

Defined in: features/cell-selection/cellSelectionFeature.types.ts:46

A range resolved into inclusive display-order indexes.

Ranges whose corners no longer resolve are omitted rather than clamped, so a range with a filtered-out corner contributes nothing while remaining in state.

Properties

maxColumnIndex

ts
maxColumnIndex: number;

Defined in: features/cell-selection/cellSelectionFeature.types.ts:47


maxRowIndex

ts
maxRowIndex: number;

Defined in: features/cell-selection/cellSelectionFeature.types.ts:48


minColumnIndex

ts
minColumnIndex: number;

Defined in: features/cell-selection/cellSelectionFeature.types.ts:49


minRowIndex

ts
minRowIndex: number;

Defined in: features/cell-selection/cellSelectionFeature.types.ts:50