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

# SearchResultsTable.Row

## Declaration

```swift
struct Row
```

## Topics

### Initializers

- [init(values:)](corespotlight/searchresultstable/row/init(values:).md)

### Instance Properties

- [values](corespotlight/searchresultstable/row/values.md)

## Relationships

### Conforms To

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

## See Also

### 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)
