MonobjcMonobjc Documented Class Library
PutCellAtRowColumn Method (newCell, row, column)
NamespacesMonobjc.AppKitNSMatrixPutCellAtRowColumn(NSCell, NSInteger, NSInteger)

Replaces the cell at the specified row and column with the new cell.

Original signature is '- (void)putCell:(NSCell *)newCell atRow:(NSInteger)row column:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void PutCellAtRowColumn(
	NSCell newCell,
	NSInteger row,
	NSInteger column
)
Public Overridable Sub PutCellAtRowColumn ( _
	newCell As NSCell, _
	row As NSInteger, _
	column As NSInteger _
)
public:
virtual void PutCellAtRowColumn(
	NSCell^ newCell, 
	NSInteger row, 
	NSInteger column
)
Parameters
newCell (NSCell)
The cell to insert into the matrix.
row (NSInteger)
The row in which to place the new cell.
column (NSInteger)
The column in which to place the new cell.
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)