MonobjcMonobjc Documented Class Library
RenewRowsColumns Method (newRows, newCols)
NamespacesMonobjc.AppKitNSMatrixRenewRowsColumns(NSInteger, NSInteger)

Changes the number of rows and columns in the receiver.

Original signature is '- (void)renewRows:(NSInteger)newRows columns:(NSInteger)newCols'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RenewRowsColumns(
	NSInteger newRows,
	NSInteger newCols
)
Public Overridable Sub RenewRowsColumns ( _
	newRows As NSInteger, _
	newCols As NSInteger _
)
public:
virtual void RenewRowsColumns(
	NSInteger newRows, 
	NSInteger newCols
)
Parameters
newRows (NSInteger)
The new number of rows in the matrix.
newCols (NSInteger)
The new number of columns in the matrix.
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)