cell
The receiver’s cell object.
Declaration
var cell: NSCell? { get set }Discussion
For controls with multiple cells (such as NSMatrix or NSForm), use the selectedCell() property to retrieve a specific cell.
The receiver’s cell object.
var cell: NSCell? { get set }For controls with multiple cells (such as NSMatrix or NSForm), use the selectedCell() property to retrieve a specific cell.