# CellSelectionDirection

# Type Alias: CellSelectionDirection

```ts
type CellSelectionDirection = "up" | "down" | "left" | "right";
```

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