---
title: "removeColumn(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsgridview/removecolumn(at:)"
---

# removeColumn(at:)

Removes the column from the grid view at the specified index.

## Declaration

```swift
func removeColumn(at index: Int)
```

## See Also

### Adding, Removing, and Moving Columns

- [addColumn(with:)](appkit/nsgridview/addcolumn(with:).md)
- [insertColumn(at:with:)](appkit/nsgridview/insertcolumn(at:with:).md)
- [moveColumn(at:to:)](appkit/nsgridview/movecolumn(at:to:).md)
