---
title: "subscript(_:)"
framework: tabulardata
role: symbol
role_heading: Instance Subscript
path: "tabulardata/filledcolumn/subscript(_:)"
---

# subscript(_:)

Retrieves an element at a position in the column type.

## Declaration

```swift
subscript(position: Base.Index) -> Base.WrappedElement { get }
```

## Parameters

- `position`: A valid index in the column type.
