UITableView.IndexPathForRowAtPoint(CGPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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