---
title: wrappedElementType
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/anycolumnslice/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 Slice

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