UITableView.CellAt(NSIndexPath) Method

Definition

Returns the table cell at the specified index path.

[Foundation.Export("cellForRowAtIndexPath:")]
public virtual UIKit.UITableViewCell CellAt (Foundation.NSIndexPath ns);
abstract member CellAt : Foundation.NSIndexPath -> UIKit.UITableViewCell
override this.CellAt : Foundation.NSIndexPath -> UIKit.UITableViewCell

Parameters

ns
NSIndexPath

An NSIndexPath that references a row in the table view.

Returns

A UITableViewCell object that represents a row in the table, or null if the row is not visible or the NSIndexPath is out of range.

Attributes

Applies to