Instance Method
selectCellAtRow:column:
Selects the cell at the specified row and column within the receiver.
Parameters
row
The row of the cell to select.
column
The column of the cell to select.
Discussion
If the specified cell is an editable text cell, its text is selected. If either row
or column
is –1, then the current selection is cleared (unless the receiver is an NSRadioModeMatrix
and doesn’t allow empty selection). This method redraws the affected cells.
See Also
Selecting and Deselecting Cells
- selectAll:
Selects and highlights all cells in the receiver.
keyCell
The cell that will be clicked when the user presses the Space bar.
- deselectAllCells
Deselects all cells in the receiver and, if necessary, redisplays the receiver.
Related Documentation
mode
The selection mode of the receiver.
- selectCell:
Selects the specified cell and redraws the control as needed.
allowsEmptySelection
A Boolean that indicates whether a radio-mode matrix supports an empty selection.