---
title: ColumnSlice.Element
framework: tabulardata
role: symbol
role_heading: Type Alias
path: tabulardata/columnslice/element
---

# ColumnSlice.Element

The type of the column slice’s elements, which is an optional type of the parent column’s type.

## Declaration

```swift
typealias Element = WrappedElement?
```

## See Also

### Supporting Types

- [ColumnSlice.Index](tabulardata/columnslice/index.md)
