---
title: rows
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mldatatable/rows-swift.property
---

# rows

The rows of data in the table.

## Declaration

```swift
var rows: MLDataTable.Rows { get }
```

## See Also

### Getting information about a data table’s rows

- [MLDataTable.Row](createml/mldatatable/row.md)
- [MLDataTable.Rows](createml/mldatatable/rows-swift.struct.md)
