MonobjcMonobjc Documented Class Library
MakeCellAtRowColumn Method (row, column)
NamespacesMonobjc.AppKitNSMatrixMakeCellAtRowColumn(NSInteger, NSInteger)

Creates a new cell at the location specified by the given row and column in the receiver.

Original signature is '- (NSCell *)makeCellAtRow:(NSInteger)row column:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSCell MakeCellAtRowColumn(
	NSInteger row,
	NSInteger column
)
Public Overridable Function MakeCellAtRowColumn ( _
	row As NSInteger, _
	column As NSInteger _
) As NSCell
public:
virtual NSCell^ MakeCellAtRowColumn(
	NSInteger row, 
	NSInteger column
)
Parameters
row (NSInteger)
The row in which to create the new cell.
column (NSInteger)
The column in which to create the new cell.
Return Value
The newly created 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)