---
title: "removeRow(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsgridview/removerow(at:)"
---

# removeRow(at:)

Removes the row from the grid view at the index.

## Declaration

```swift
func removeRow(at index: Int)
```

## See Also

### Adding, Removing, and Moving Rows

- [addRow(with:)](appkit/nsgridview/addrow(with:).md)
- [insertRow(at:with:)](appkit/nsgridview/insertrow(at:with:).md)
- [moveRow(at:to:)](appkit/nsgridview/moverow(at:to:).md)
