selectedCell
The most recently selected cell.
Declaration
@property (strong, readonly) NSCell * selectedCell;Discussion
When the value of this property is nil, no cell is selected. If more than one cell is selected, the value of this property is the cell that is lowest and farthest to the right in the matrix.