UIPickerView.GetCell(UITableView, NSIndexPath) Method

Definition

Returns a cell that can be inserted at indexPath.

[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

Table view requesting the cell.

indexPath
NSIndexPath

Location of the row where the cell will be displayed.

Returns

Implements

Attributes

Applies to