MonobjcMonobjc Documented Class Library
ItemAtRow Method (row)
NamespacesMonobjc.AppKitNSOutlineViewItemAtRow(NSInteger)

Returns the item associated with a given row.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ItemAtRow(
	NSInteger row
)
Public Overridable Function ItemAtRow ( _
	row As NSInteger _
) As Id
public:
virtual Id^ ItemAtRow(
	NSInteger row
)
Parameters
row (NSInteger)
The index of a row in the receiver.
Return Value
The item associated with row.
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)