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

# remove(atArrangedObjectIndexes:)

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

```
func remove(atArrangedObjectIndexes indexes: IndexSet)
```

## 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)