---
title: TableRowValue
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/tablecolumncontent/tablerowvalue
---

# TableRowValue

The type of value of rows presented by this column content.

## Declaration

```swift
associatedtype TableRowValue : Identifiable = Self.TableColumnBody.TableRowValue
```
