Inserts object into the receiver’s arranged objects array at the location specified by index, and adds it to the receiver’s content collection.
Original signature is '- (void)insertObject:(id)object atArrangedObjectIndex:(NSUInteger)index'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual void InsertObjectAtArrangedObjectIndex( Id object, NSUInteger index )
Public Overridable Sub InsertObjectAtArrangedObjectIndex ( _ object As Id, _ index As NSUInteger _ )
public: virtual void InsertObjectAtArrangedObjectIndex( Id^ object, NSUInteger index )

- object (Id)
- MISSING
- index (NSUInteger)
- MISSING

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)