UITableView.RectForRowAtIndexPath(NSIndexPath) Method

Definition

Returns the drawing area for the specified row.

[Foundation.Export("rectForRowAtIndexPath:")]
public virtual CoreGraphics.CGRect RectForRowAtIndexPath (Foundation.NSIndexPath indexPath);
abstract member RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect
override this.RectForRowAtIndexPath : Foundation.NSIndexPath -> CoreGraphics.CGRect

Parameters

indexPath
NSIndexPath

An index path to a specific row in the table view.

Returns

A rectangle defining where the row is drawn by the table view, or Empty if the indexPath is not valid.

Attributes

Applies to