---
title: "remove(atArrangedObjectIndex:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsarraycontroller/remove(atarrangedobjectindex:)"
---

# remove(atArrangedObjectIndex:)

Removes the object at the specified index in the receiver’s arranged objects from the receiver’s content array.

## Declaration

```swift
func remove(atArrangedObjectIndex index: Int)
```

## Discussion

Discussion See removeObject(_:) for a discussion of the semantics of removing objects when using Core Data.

## See Also

### Adding and Removing Objects

- [addObject(_:)](appkit/nsarraycontroller/addobject(_:).md)
- [add(contentsOf:)](appkit/nsarraycontroller/add(contentsof:).md)
- [insert(_:atArrangedObjectIndex:)](appkit/nsarraycontroller/insert(_:atarrangedobjectindex:).md)
- [insert(contentsOf:atArrangedObjectIndexes:)](appkit/nsarraycontroller/insert(contentsof:atarrangedobjectindexes:).md)
- [remove(atArrangedObjectIndexes:)](appkit/nsarraycontroller/remove(atarrangedobjectindexes:).md)
- [remove(_:)](appkit/nsarraycontroller/remove(_:).md)
- [removeObject(_:)](appkit/nsarraycontroller/removeobject(_:).md)
- [remove(contentsOf:)](appkit/nsarraycontroller/remove(contentsof:).md)
