---
title: "subscript(_:)"
framework: swiftui
role: symbol
role_heading: Instance Subscript
path: "swiftui/sectionedfetchresults/section/subscript(_:)"
---

# subscript(_:)

Gets the entity at the specified index within the section.

## Declaration

```swift
nonisolated subscript(position: Int) -> Result { get }
```
