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

# wrappedElementType

The underlying type of the column’s elements.

## Declaration

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

## See Also

### Inspecting a Column Slice

- [name](tabulardata/discontiguouscolumnslice/name.md)
- [count](tabulardata/discontiguouscolumnslice/count.md)
- [argmin()](tabulardata/discontiguouscolumnslice/argmin().md)
- [argmax()](tabulardata/discontiguouscolumnslice/argmax().md)
- [isNil(at:)](tabulardata/discontiguouscolumnslice/isnil(at:).md)
