MonobjcMonobjc Documented Class Library
RemoveRowAtIndex Method (rowIndex)
NamespacesMonobjc.AppKitNSRuleEditorRemoveRowAtIndex(NSInteger)

Removes the row at a given index.

Original signature is '- (void)removeRowAtIndex:(NSInteger)rowIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveRowAtIndex(
	NSInteger rowIndex
)
Public Overridable Sub RemoveRowAtIndex ( _
	rowIndex As NSInteger _
)
public:
virtual void RemoveRowAtIndex(
	NSInteger rowIndex
)
Parameters
rowIndex (NSInteger)
The index of a row in the receiver.
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)