NSAccessibilityRow
A role-based protocol that declares the minimum interface necessary for an accessibility element to act as a row for a table, list, or outline view.
Declaration
protocol NSAccessibilityRow : NSAccessibilityGroupOverview
You can further enhance the adopting element by implementing any of the information properties or action methods that the NSAccessibilityProtocol protocol declares.