<!--
{
  "availability" : [
    "macOS: 10.0.0 - 10.10.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowser/matrix(inColumn:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBrowser(im)matrixInColumn:"
  },
  "title" : "matrix(inColumn:)"
}
-->

# matrix(inColumn:)

Returns the matrix located in the specified column.

```
func matrix(inColumn column: Int) -> NSMatrix?
```

## Parameters

`column`

The column index of the matrix to obtain.

## Return Value

The matrix located in the column.

## Discussion

---

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)