---
title: "append(_:)"
framework: tabulardata
role: symbol
role_heading: Instance Method
path: "tabulardata/column/append(_:)-qycj"
---

# append(_:)

Appends a nonoptional value to the column.

## Declaration

```swift
mutating func append(_ element: WrappedElement)
```

## Parameters

- `element`: An optional element.

## See Also

### Adding Elements

- [append(_:)](tabulardata/column/append(_:)-4t2pt.md)
- [append(contentsOf:)](tabulardata/column/append(contentsof:)-qb4p.md)
- [append(contentsOf:)](tabulardata/column/append(contentsof:)-42y1d.md)
