---
title: "append(contentsOf:)"
framework: tabulardata
role: symbol
role_heading: Instance Method
path: "tabulardata/column/append(contentsof:)-42y1d"
---

# append(contentsOf:)

Appends a sequence of optional values to the column.

## Declaration

```swift
mutating func append<S>(contentsOf sequence: S) where S : Sequence, S.Element == WrappedElement?
```

## Parameters

- `sequence`: A sequence of optional elements.

## See Also

### Adding Elements

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