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

# row

The row number to which this cell belongs.

## Declaration

```occ
@property (readonly) NSInteger row;
```

## Discussion

Discussion The value of this property is 0-based, with the first row at 0, the second row at 1, and so on. If The intent is not a cell, this value is 0.

## See Also

### Getting table information

- [column](foundation/nspresentationintent/column.md)
- [columnCount](foundation/nspresentationintent/columncount.md)
- [columnAlignments](foundation/nspresentationintent/columnalignments.md)
