---
title: "init(_:)"
framework: tabulardata
role: symbol
role_heading: Initializer
path: "tabulardata/columnslice/init(_:)"
---

# init(_:)

Creates a slice with the contents of a column.

## Declaration

```swift
init(_ column: Column<WrappedElement>)
```

## Parameters

- `column`: A column.
