MonobjcMonobjc Documented Class Library
SubrowIndexesForRow Method (rowIndex)
NamespacesMonobjc.AppKitNSRuleEditorSubrowIndexesForRow(NSInteger)

Returns the immediate subrows of a given row.

Original signature is '- (NSIndexSet *)subrowIndexesForRow:(NSInteger)rowIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSIndexSet SubrowIndexesForRow(
	NSInteger rowIndex
)
Public Overridable Function SubrowIndexesForRow ( _
	rowIndex As NSInteger _
) As NSIndexSet
public:
virtual NSIndexSet^ SubrowIndexesForRow(
	NSInteger rowIndex
)
Parameters
rowIndex (NSInteger)
The index of a row in the receiver, or -1 to get the top-level rows.
Return Value
The immediate subrows of the row at rowIndex.
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)