---
title: "reloadData(forRowIndexes:inColumn:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsbrowser/reloaddata(forrowindexes:incolumn:)"
---

# reloadData(forRowIndexes:inColumn:)

Updates the rows in the column with the specified column index with indexes in the specified set.

## Declaration

```swift
func reloadData(forRowIndexes rowIndexes: IndexSet, inColumn column: Int)
```

## Parameters

- `rowIndexes`: The set of row indexes of the rows to be updated.
- `column`: The column containing the rows to be updated.

## See Also

### Updating Browsers

- [noteHeightOfRowsWithIndexesChanged(_:inColumn:)](appkit/nsbrowser/noteheightofrowswithindexeschanged(_:incolumn:).md)
