---
title: startIndex
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/indexpath/startindex
---

# startIndex

The index of the first node in the index path.

## Declaration

```swift
var startIndex: IndexPath.Index { get }
```

## See Also

### Working with Special Node Names

- [endIndex](foundation/indexpath/endindex.md)
- [item](foundation/indexpath/item-8cp0y.md)
- [row](foundation/indexpath/row.md)
- [section](foundation/indexpath/section-8h7wo.md)
