MonobjcMonobjc Documented Class Library
RowForItem Method (item)
NamespacesMonobjc.AppKitNSOutlineViewRowForItem(Id)

Returns the row associated with a given item.

Original signature is '- (NSInteger)rowForItem:(id)item'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger RowForItem(
	Id item
)
Public Overridable Function RowForItem ( _
	item As Id _
) As NSInteger
public:
virtual NSInteger RowForItem(
	Id^ item
)
Parameters
item (Id)
An item in the receiver.
Return Value
The row associated with item, or –1 if item is nil or cannot be found.
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)