MonobjcMonobjc Documented Class Library
RowTypeForRow Method (rowIndex)
NamespacesMonobjc.AppKitNSRuleEditorRowTypeForRow(NSInteger)

Returns the type of a given row.

Original signature is '- (NSRuleEditorRowType)rowTypeForRow:(NSInteger)rowIndex'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRuleEditorRowType RowTypeForRow(
	NSInteger rowIndex
)
Public Overridable Function RowTypeForRow ( _
	rowIndex As NSInteger _
) As NSRuleEditorRowType
public:
virtual NSRuleEditorRowType RowTypeForRow(
	NSInteger rowIndex
)
Parameters
rowIndex (NSInteger)
The index of a row in the receiver.
Return Value
The type 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)