---
title: endIndex
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/anycolumn/endindex
---

# endIndex

The index of the final element in the column.

## Declaration

```swift
var endIndex: Int { get }
```

## See Also

### Retrieving an Index

- [startIndex](tabulardata/anycolumn/startindex.md)
- [index(before:)](tabulardata/anycolumn/index(before:).md)
- [index(after:)](tabulardata/anycolumn/index(after:).md)
