---
title: "description(options:)"
framework: tabulardata
role: symbol
role_heading: Instance Method
path: "tabulardata/dataframe/row/description(options:)"
---

# description(options:)

A text representation of the row.

## Declaration

```swift
func description(options: FormattingOptions) -> String
```

## Parameters

- `options`: A set of formatting options that affect the description string.
