Contents

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) -> NSRect

Parameters

  • 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).

See Also

Laying Out the Cells of the Matrix