---
title: SearchResultsTable.Value
framework: corespotlight
role: symbol
role_heading: Enumeration
path: corespotlight/searchresultstable/value
---

# SearchResultsTable.Value

A cell value — typed so the host app can format, sort, or export correctly.

## Declaration

```swift
enum Value
```

## Topics

### Enumeration Cases

- [SearchResultsTable.Value.boolean(_:)](corespotlight/searchresultstable/value/boolean(_:).md)
- [SearchResultsTable.Value.date(_:)](corespotlight/searchresultstable/value/date(_:).md)
- [SearchResultsTable.Value.double(_:)](corespotlight/searchresultstable/value/double(_:).md)
- [SearchResultsTable.Value.integer(_:)](corespotlight/searchresultstable/value/integer(_:).md)
- [SearchResultsTable.Value.none](corespotlight/searchresultstable/value/none.md)
- [SearchResultsTable.Value.string(_:)](corespotlight/searchresultstable/value/string(_:).md)

## Relationships

### Conforms To

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

## See Also

### Getting cell details

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