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

# SearchResultsTable.Column

## Declaration

```swift
struct Column
```

## Topics

### Initializers

- [init(name:type:)](corespotlight/searchresultstable/column/init(name:type:).md)

### Instance Properties

- [name](corespotlight/searchresultstable/column/name.md)
- [type](corespotlight/searchresultstable/column/type.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.Row](corespotlight/searchresultstable/row.md)
