<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTableRowView/view(atColumn:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTableRowView(im)viewAtColumn:"
  },
  "title" : "view(atColumn:)"
}
-->

# view(atColumn:)

Provides access to the given view at a particular column.

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

## Parameters

`column`

The index of the column.

## Return Value

The view for the specified column.

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)