---
title: wrappedElementType
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/column/wrappedelementtype
---

# wrappedElementType

The underlying type of the column’s elements.

## Declaration

```swift
var wrappedElementType: any Any.Type { get }
```

## See Also

### Inspecting a Column

- [name](tabulardata/column/name.md)
- [count](tabulardata/column/count.md)
- [missingCount](tabulardata/column/missingcount.md)
- [Column.Element](tabulardata/column/element.md)
