---
title: "view(atColumn:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nstablerowview/view(atcolumn:)"
---

# view(atColumn:)

Provides access to the given view at a particular column.

## Declaration

```swift
func view(atColumn column: Int) -> Any?
```

## Parameters

- `column`: The index of the column.

## Return Value

Return Value The view for the specified column.

## Discussion

Discussion This is the only way to access cell views after the row view has been removed from the table.
