---
title: Order.ascending
framework: tabulardata
role: symbol
role_heading: Case
path: tabulardata/order/ascending
---

# Order.ascending

A sort ordering that starts with the lowest value and monotonically proceeds to higher values.

## Declaration

```swift
case ascending
```

## See Also

### Getting the Properties

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