UITableView.IndexPathForRowAtPoint(CGPoint) Method

Definition

Returns the NSIndexPath for the row at the indicated point.

[Foundation.Export("indexPathForRowAtPoint:")]
public virtual Foundation.NSIndexPath IndexPathForRowAtPoint (CoreGraphics.CGPoint point);
abstract member IndexPathForRowAtPoint : CoreGraphics.CGPoint -> Foundation.NSIndexPath
override this.IndexPathForRowAtPoint : CoreGraphics.CGPoint -> Foundation.NSIndexPath

Parameters

point
CGPoint

A location, in the coordinate system of this, in the row for which the index path is desired.

Returns

The NSIndexPath for the row at the indicated point. Returns null if point is not within a row.

Attributes

Applies to