# SelectCellRangeOptions

# Interface: SelectCellRangeOptions

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

## Properties

### additive?

```ts
optional additive: boolean;
```

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

Whether the range should be added alongside existing ranges rather than
replacing them. Defaults to `false`.
