---
title: "remove(at:)"
framework: tabulardata
role: symbol
role_heading: Instance Method
path: "tabulardata/anycolumn/remove(at:)"
---

# remove(at:)

Removes an element from the column.

## Declaration

```swift
mutating func remove(at index: Int)
```

## Parameters

- `index`: The location of an element in the column.
