MonobjcMonobjc Documented Class Library
LevelForRow Method (row)
NamespacesMonobjc.AppKitNSOutlineViewLevelForRow(NSInteger)

Returns the indentation level for a given row.

Original signature is '- (NSInteger)levelForRow:(NSInteger)row'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger LevelForRow(
	NSInteger row
)
Public Overridable Function LevelForRow ( _
	row As NSInteger _
) As NSInteger
public:
virtual NSInteger LevelForRow(
	NSInteger row
)
Parameters
row (NSInteger)
The index of a row in the receiver.
Return Value
The indentation level for row. For an invalid row, returns –1.
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)