---
title: ordinal
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nspresentationintent/ordinal
---

# ordinal

The number for an item in an ordered list.

## Declaration

```occ
@property (readonly) NSInteger ordinal;
```

## Discussion

Discussion If the intent is not a list, the value of this property is 0.

## See Also

### Getting list information

- [indentationLevel](foundation/nspresentationintent/indentationlevel.md)
