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

# Cell Attributes

Attributes that are specific to individual table cells.

## Topics

### Constants

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

The row index range of the cell (an `NSValue` instance that contains the row’s starting index and index span in the table).

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

The column index range of the cell (an `NSValue` instance that contains the row’s starting index and index span in 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)