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