---
title: "item(atRow:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsoutlineview/item(atrow:)"
---

# item(atRow:)

Returns the item associated with a given row.

## Declaration

```swift
func item(atRow row: Int) -> Any?
```

## Parameters

- `row`: The index of a row in the receiver.

## Return Value

Return Value The item associated with row.

## See Also

### Converting Between Items and Rows

- [row(forItem:)](appkit/nsoutlineview/row(foritem:).md)
