---
title: TupleTableRowContent
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/tupletablerowcontent
---

# TupleTableRowContent

A type of table column content that creates table rows created from a Swift tuple of table rows.

## Declaration

```swift
@frozen nonisolated struct TupleTableRowContent<Value, T> where Value : Identifiable
```

## Overview

Overview Don’t use this type directly; instead, SwiftUI uses this type as the return value from the various buildBlock methods in TableRowBuilder. The size of the tuple corresponds to how many columns you create in the rows closure you provide to the Table initializer.

## Topics

### Accessing the value

- [value](swiftui/tupletablerowcontent/value.md)

## Relationships

### Conforms To

- [TableRowContent](swiftui/tablerowcontent.md)

## See Also

### Creating rows

- [TableRow](swiftui/tablerow.md)
- [TableRowContent](swiftui/tablerowcontent.md)
- [TableHeaderRowContent](swiftui/tableheaderrowcontent.md)
- [TableForEachContent](swiftui/tableforeachcontent.md)
- [EmptyTableRowContent](swiftui/emptytablerowcontent.md)
- [DynamicTableRowContent](swiftui/dynamictablerowcontent.md)
- [TableRowBuilder](swiftui/tablerowbuilder.md)
