cell(atRow:column:)
Returns the cell at the specified row and column.
Declaration
func cell(atRow row: Int, column col: Int) -> NSCell?Parameters
- row:
The number of the row containing the cell to return.
- col:
The number of the column containing the cell to return.
Return Value
The NSCell object at the specified row and column location specified, or nil if either row or column is outside the bounds of the receiver.