---
title: "append(contentsOf:)"
framework: tabulardata
role: symbol
role_heading: Instance Method
path: "tabulardata/anycolumn/append(contentsof:)-2in58"
---

# append(contentsOf:)

Appends the contents of another column to the column.

## Declaration

```swift
mutating func append(contentsOf other: AnyColumn)
```

## Parameters

- `other`: A column that contains elements of the same type as this column.

## See Also

### Adding Elements

- [append(_:)](tabulardata/anycolumn/append(_:).md)
- [append(contentsOf:)](tabulardata/anycolumn/append(contentsof:)-az5b.md)
