---
title: FilledColumn.Element
framework: tabulardata
role: symbol
role_heading: Type Alias
path: tabulardata/filledcolumn/element
---

# FilledColumn.Element

The type of the column’s elements that defines an associated type for the bidirectional collection protocol.

## Declaration

```swift
typealias Element = Base.WrappedElement
```

## Discussion

Discussion See BidirectionalCollection for more information.

## See Also

### Supporting Types

- [FilledColumn.WrappedElement](tabulardata/filledcolumn/wrappedelement.md)
