---
title: SearchResultsTable
framework: corespotlight
role: symbol
role_heading: Structure
path: corespotlight/searchresultstable
---

# SearchResultsTable

Tabulated result data — rows with typed columns for display or spreadsheet export.

## Declaration

```swift
struct SearchResultsTable
```

## Topics

### Creating the search count

- [init(header:columns:rows:)](corespotlight/searchresultstable/init(header:columns:rows:).md)

### Getting the column and row details

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

### Getting cell details

- [SearchResultsTable.Value](corespotlight/searchresultstable/value.md)
- [SearchResultsTable.ValueType](corespotlight/searchresultstable/valuetype.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Search results

- [SearchCount](corespotlight/searchcount.md)
- [SearchStatistic](corespotlight/searchstatistic.md)
- [SearchTextResult](corespotlight/searchtextresult.md)
