---
title: "insertColumn(at:with:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsgridview/insertcolumn(at:with:)"
---

# insertColumn(at:with:)

Inserts the array of view objects at the specified index.

## Declaration

```swift
func insertColumn(at index: Int, with views: [NSView]) -> NSGridColumn
```

## See Also

### Adding, Removing, and Moving Columns

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