MonobjcMonobjc Documented Class Library
RemoveObjectAtArrangedObjectIndex Method (index)
NamespacesMonobjc.AppKitNSArrayControllerRemoveObjectAtArrangedObjectIndex(NSUInteger)

Removes the object at the specified index in the receiver’s arranged objects from the receiver’s content array.

Original signature is '- (void)removeObjectAtArrangedObjectIndex:(NSUInteger)index'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveObjectAtArrangedObjectIndex(
	NSUInteger index
)
Public Overridable Sub RemoveObjectAtArrangedObjectIndex ( _
	index As NSUInteger _
)
public:
virtual void RemoveObjectAtArrangedObjectIndex(
	NSUInteger index
)
Parameters
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)