MonobjcMonobjc Documented Class Library
InsertRow Method (row)
NamespacesMonobjc.AppKitNSMatrixInsertRow(NSInteger)

Inserts a new row of cells before the specified row.

Original signature is '- (void)insertRow:(NSInteger)row'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertRow(
	NSInteger row
)
Public Overridable Sub InsertRow ( _
	row As NSInteger _
)
public:
virtual void InsertRow(
	NSInteger row
)
Parameters
row (NSInteger)
The location at which to insert the new row. If this is greater than the number of rows in the receiver, enough rows are created to expand the receiver to be row rows high.
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)