row(at:)
Returns the index of the row the specified point lies in.
Declaration
func row(at point: NSPoint) -> IntParameters
- point:
A point in the coordinate system of the table view.
Return Value
The index of the row aPoint lies in, or –1 if aPoint lies outside the table view’s bounds.