---
title: rows
framework: corespotlight
role: symbol
role_heading: Instance Property
path: corespotlight/searchresultstable/rows
---

# rows

Data rows — each row’s values array matches columns by index.

## Declaration

```swift
let rows: [SearchResultsTable.Row]
```

## See Also

### Getting the column and row details

- [header](corespotlight/searchresultstable/header.md)
- [columns](corespotlight/searchresultstable/columns.md)
- [SearchResultsTable.Column](corespotlight/searchresultstable/column.md)
- [SearchResultsTable.Row](corespotlight/searchresultstable/row.md)
