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
Public Overridable Sub RenewRowsColumns ( _
newRows As NSInteger, _
newCols As NSInteger _
)

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)