<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSArrayController/remove(atArrangedObjectIndex:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSArrayController(im)removeObjectAtArrangedObjectIndex:"
  },
  "title" : "remove(atArrangedObjectIndex:)"
}
-->

# remove(atArrangedObjectIndex:)

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

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

## Discussion

See [`removeObject(_:)`](/documentation/AppKit/NSArrayController/removeObject(_:)) for a discussion of the semantics of removing objects when using Core Data.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)