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

# rowRange

The range of row indices that the cell spans.

## Declaration

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

## See Also

### Inspecting a cell

- [columnRange](vision/documentobservation/container/table/cell/columnrange.md)
- [content](vision/documentobservation/container/table/cell/content.md)
