---
title: FilledColumn.WrappedElement
framework: tabulardata
role: symbol
role_heading: Type Alias
path: tabulardata/filledcolumn/wrappedelement
---

# FilledColumn.WrappedElement

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

## Declaration

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

## Discussion

Discussion See OptionalColumnProtocol for more information.

## See Also

### Supporting Types

- [FilledColumn.Element](tabulardata/filledcolumn/element.md)
