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

# endIndex

The index of the final group in the row grouping.

## Declaration

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

## See Also

### Retrieving an Index

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