---
title: columnRange
framework: vision
role: symbol
role_heading: Instance Property
path: vision/documentobservation/container/table/cell/columnrange
---

# columnRange

The range of column indices that the cell spans.

## Declaration

```swift
var columnRange: ClosedRange<Int> { get }
```

## See Also

### Inspecting a cell

- [content](vision/documentobservation/container/table/cell/content.md)
- [rowRange](vision/documentobservation/container/table/cell/rowrange.md)
