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) -> NSRectParameters
- row:
The row of the cell.
- column:
The column of the cell.
Return Value
The frame of the cell, in the NSBrowser coordinate space.