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

# wrappedElementType

The underlying type of the column type’s elements.

## Declaration

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

## See Also

### Inspecting a Type-Erased Column Type

- [name](tabulardata/anycolumnprotocol/name.md)
- [count](tabulardata/anycolumnprotocol/count.md)
