# CellSelectionRangeMode

# Type Alias: CellSelectionRangeMode

```ts
type CellSelectionRangeMode = "replace" | "include" | "exclude";
```

Defined in: [features/cell-selection/cellSelectionFeature.types.ts:72](https://github.com/TanStack/table/blob/main/packages/table-core/src/features/cell-selection/cellSelectionFeature.types.ts#L72)
