UITableViewController.GetCell(UITableView, NSIndexPath) Method

Definition

Retrieves the UITableViewCell at the specified index.

[Foundation.Export("tableView:cellForRowAtIndexPath:")]
public virtual UIKit.UITableViewCell GetCell (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell
override this.GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Implements

Attributes

Applies to