cellFrame(atRow:column:)
Returns the frame rectangle of the cell that would be drawn at the specified location.
Declaration
func cellFrame(atRow row: Int, column col: Int) -> NSRectParameters
- row:
The row of the cell.
- col:
The column of the cell.
Return Value
The frame rectangle of the cell (whether or not the specified cell actually exists).