MonobjcMonobjc Documented Class Library
InsertObjectAtArrangedObjectIndex Method (object, index)
NamespacesMonobjc.AppKitNSArrayControllerInsertObjectAtArrangedObjectIndex(Id, NSUInteger)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
object (Id)
MISSING
index (NSUInteger)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)