<!--
{
  "documentType" : "article",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/cell-based-table-attributes",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Cell-Based Table Attributes"
}
-->

# Cell-Based Table Attributes

Attributes that are specific to cell-based tables.

## Topics

### Constants

[`static let selectedCells: NSAccessibility.Attribute`](/documentation/AppKit/NSAccessibility-swift.struct/Attribute/selectedCells)

The table’s selected cells (`NSArray`). This attribute is required for cell-based tables.

[`static let visibleCells: NSAccessibility.Attribute`](/documentation/AppKit/NSAccessibility-swift.struct/Attribute/visibleCells)

The table’s visible cells (`NSArray`). This attribute is required for 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)