---
title: Order
framework: tabulardata
role: symbol
role_heading: Enumeration
path: tabulardata/order
---

# Order

A type that represents a sort ordering.

## Declaration

```swift
enum Order
```

## Topics

### Getting the Properties

- [Order.ascending](tabulardata/order/ascending.md)
- [Order.descending](tabulardata/order/descending.md)
- [areOrdered(_:_:)](tabulardata/order/areordered(_:_:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Supporting Types

- [ColumnID](tabulardata/columnid.md)
- [FormattingOptions](tabulardata/formattingoptions.md)
