---
title: row
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsindexpath/row
---

# row

An index number identifying a row in a section of a table view.

## Declaration

```swift
var row: Int { get }
```

## Discussion

Discussion The section the row is in is identified by the value of section.

## See Also

### Using Special Node Names

- [init(forRow:inSection:)](foundation/nsindexpath/init(forrow:insection:).md)
- [init(forItem:inSection:)](foundation/nsindexpath/init(foritem:insection:).md)
- [section](foundation/nsindexpath/section.md)
- [item](foundation/nsindexpath/item.md)
