MonobjcMonobjc Documented Class Library
ItemAtRowInColumn Method (row, column)
NamespacesMonobjc.AppKitNSBrowserItemAtRowInColumn(NSInteger, NSInteger)

Returns the item located at the specified row and column.

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

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ItemAtRowInColumn(
	NSInteger row,
	NSInteger column
)
Public Overridable Function ItemAtRowInColumn ( _
	row As NSInteger, _
	column As NSInteger _
) As Id
public:
virtual Id^ ItemAtRowInColumn(
	NSInteger row, 
	NSInteger column
)
Parameters
row (NSInteger)
The row of the item.
column (NSInteger)
The column of the item.
Return Value
The item.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)