Contents

frame(ofRow:inColumn:)

Returns the frame of the cell at the specified location, including the expandable arrow.

Declaration

func frame(ofRow row: Int, inColumn column: Int) -> NSRect

Parameters

  • row:

    The row of the cell.

  • column:

    The column of the cell.

Return Value

The frame of the cell, in the NSBrowser coordinate space.

See Also

Getting Row Frames