column(at:)
Returns the index of the column whose header lies under aPoint in the receiver, or –1 if no such column is found.
Declaration
func column(at point: NSPoint) -> IntDiscussion
aPoint is expressed in the receiver’s coordinate system.
Returns the index of the column whose header lies under aPoint in the receiver, or –1 if no such column is found.
func column(at point: NSPoint) -> IntaPoint is expressed in the receiver’s coordinate system.