- Declared In:
- NSMatrix+Extensions.h
- - selectCell:
- - selectCellForObject:
- - cellForObject:
- (NSCell *)cellForObject:(id)object
Returns the/a cell that has object as the represented object.
- (void)selectCell:(NSCell *)cell
Selects the cell if it is anywhere in the matrix.
- (void)selectCellForObject:(id)object
Selects the/a cell that has object as the represented object.