# CellSelectionRangeOperation

# Type Alias: CellSelectionRangeOperation

```ts
type CellSelectionRangeOperation = "include" | "exclude";
```

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