MonobjcMonobjc Documented Class Library
LoadedCellAtRowColumn Method (row, column)
NamespacesMonobjc.AppKitNSBrowserLoadedCellAtRowColumn(NSInteger, NSInteger)

Loads, if necessary, and returns the cell at the specified row and column location.

Original signature is '- (id)loadedCellAtRow:(NSInteger)row column:(NSInteger)column'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSCell LoadedCellAtRowColumn(
	NSInteger row,
	NSInteger column
)
Public Overridable Function LoadedCellAtRowColumn ( _
	row As NSInteger, _
	column As NSInteger _
) As NSCell
public:
virtual NSCell^ LoadedCellAtRowColumn(
	NSInteger row, 
	NSInteger column
)
Parameters
row (NSInteger)
The row index of the cell to return.
column (NSInteger)
The column index of the cell to return.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSBrowser.LoadedCellAtRowColumn(Monobjc.Foundation.NSInteger,Monobjc.Foundation.NSInteger)"]

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)