---
title: NSRuleEditor.RowType
framework: appkit
role: symbol
role_heading: Enumeration
path: appkit/nsruleeditor/rowtype
---

# NSRuleEditor.RowType

Specifies a type for row types.

## Declaration

```swift
enum RowType
```

## Overview

Overview See Row Types for possible values.

## Topics

### Enumeration Cases

- [NSRuleEditor.RowType.compound](appkit/nsruleeditor/rowtype/compound.md)
- [NSRuleEditor.RowType.simple](appkit/nsruleeditor/rowtype/simple.md)

### Initializers

- [init(rawValue:)](appkit/nsruleeditor/rowtype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Obtaining Row Information

- [numberOfRows](appkit/nsruleeditor/numberofrows.md)
- [parentRow(forRow:)](appkit/nsruleeditor/parentrow(forrow:).md)
- [row(forDisplayValue:)](appkit/nsruleeditor/row(fordisplayvalue:).md)
- [rowType(forRow:)](appkit/nsruleeditor/rowtype(forrow:).md)
- [subrowIndexes(forRow:)](appkit/nsruleeditor/subrowindexes(forrow:).md)
