Returns the type of a given row.
Original signature is '- (NSRuleEditorRowType)rowTypeForRow:(NSInteger)rowIndex'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual NSRuleEditorRowType RowTypeForRow( NSInteger rowIndex )
Public Overridable Function RowTypeForRow ( _ rowIndex As NSInteger _ ) As NSRuleEditorRowType
public: virtual NSRuleEditorRowType RowTypeForRow( NSInteger rowIndex )

- rowIndex (NSInteger)
- The index of a row in the receiver.

The type of the row at rowIndex.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)