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

# wrappedElementType

The underlying type of the column’s elements.

## Declaration

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

## See Also

### Inspecting a Type-Erased Column

- [name](tabulardata/anycolumn/name.md)
- [count](tabulardata/anycolumn/count.md)
- [missingCount](tabulardata/anycolumn/missingcount.md)
- [isNil(at:)](tabulardata/anycolumn/isnil(at:).md)
