---
title: Column.Element
framework: tabulardata
role: symbol
role_heading: Type Alias
path: tabulardata/column/element
---

# Column.Element

The type of the column’s elements, which is an optional type of the column’s type.

## Declaration

```swift
typealias Element = WrappedElement?
```

## See Also

### Inspecting a Column

- [name](tabulardata/column/name.md)
- [count](tabulardata/column/count.md)
- [missingCount](tabulardata/column/missingcount.md)
- [wrappedElementType](tabulardata/column/wrappedelementtype.md)
