Inserts object into the receiver’s arranged objects array at the location specified by indexPath, and adds it to the receiver’s content.
Original signature is '- (void)insertObject:(id)object atArrangedObjectIndexPath:(NSIndexPath *)indexPath'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual void InsertObjectAtArrangedObjectIndexPath( Id object, NSIndexPath indexPath )
Public Overridable Sub InsertObjectAtArrangedObjectIndexPath ( _ object As Id, _ indexPath As NSIndexPath _ )
public: virtual void InsertObjectAtArrangedObjectIndexPath( Id^ object, NSIndexPath^ indexPath )

- object (Id)
- MISSING
- indexPath (NSIndexPath)
- 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)