putCell(_:atRow:column:)
Replaces the cell at the specified row and column with the new cell.
Declaration
func putCell(_ newCell: NSCell, atRow row: Int, column col: Int)Parameters
- newCell:
The cell to insert into the matrix.
- row:
The row in which to place the new cell.
- col:
The column in which to place the new cell.