MonobjcMonobjc Documented Class Library
InsertObjectAtArrangedObjectIndexPath Method (object, indexPath)
NamespacesMonobjc.AppKitNSTreeControllerInsertObjectAtArrangedObjectIndexPath(Id, NSIndexPath)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
object (Id)
MISSING
indexPath (NSIndexPath)
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)