---
title: rows
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/dataframe/slice/rows
---

# rows

The entire slice as a collection of rows.

## Declaration

```swift
var rows: DataFrame.Rows { get set }
```

## See Also

### Inspecting a Slice

- [shape](tabulardata/dataframe/slice/shape.md)
- [columns](tabulardata/dataframe/slice/columns.md)
- [base](tabulardata/dataframe/slice/base.md)
