<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSAccessibilityProtocol/accessibilityCell(forColumn:row:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSAccessibility(im)accessibilityCellForColumn:row:"
  },
  "title" : "accessibilityCell(forColumn:row:)"
}
-->

# accessibilityCell(forColumn:row:)

Returns the cell at the specified column and row.

```
func accessibilityCell(forColumn column: Int, row: Int) -> Any?
```

## Parameters

`column`

The column index.

`row`

The row index.

## Return Value

The cell specified by the column and row indexes.

## Discussion

This property is required for all elements that function as cell-based tables.

---

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)